Memory Pool Memory Pool Refreshing

590 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (734,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,333 173,333 00000000000001e7c56b8a07deb999037e2738f7595bfe3ad42c40b5b4196b43 0.05 MB 67 62
173,332 173,332 000000000000095221ec89f27b78336a63185f88aa4aa61ef7a8a1ec25fa6aaa 0.05 MB 133 731
173,331 173,331 0000000000000300cd29c8af5c372b3e7c4acf5db134911888f6df3bdb30454a 0.01 MB 27 308
173,330 173,330 000000000000023c628ea6064084f1b29dfb3ea3c114735f2926fe6b48de2464 0.04 MB 116 94
173,329 173,329 00000000000009f0333ff26a2e66e80e8693509db73149e9c1c6f44b42b9cb57 0.05 MB 178 8
173,328 173,328 00000000000007e631c7c7cde532da96fefd3aa8cd3d2848efd6edcd0b3bf974 0.02 MB 36 163
173,327 173,327 000000000000025b282ceb88298513588902dbea0a741278ee7c3bee5b71b599 0.02 MB 48 233
173,326 173,326 0000000000000934a398efe073150eb0f9926ea1a256cbe9955cb84f2d62fa38 0.03 MB 56 64
173,325 173,325 000000000000068e6c2c3c5e803947f08ce02eda52289c1db4c5f27df1c39545 0.04 MB 78 106
173,324 173,324 0000000000000444b00f54b10ab4f78a55a790db736d2f204295f828c25427ce 0.02 MB 35 114
173,323 173,323 000000000000042f9c903a6803367de7f751d3259033c72c48492daa5a1bb488 0.03 MB 72 403
173,322 173,322 00000000000007e15a3c8f0313489225801c9ec82a9587436e975ff877aa34b3 0.02 MB 54 217
173,321 173,321 00000000000006a27bda8174f0f9b1200bb77fc645c52d69663fbac2fcbea039 0.02 MB 33 115
173,320 173,320 0000000000000714fc1c37f5d2d8d5226dc558583463be03b0036f776667685b 0.01 MB 23 90
173,319 173,319 000000000000053851ddc31991290100810cc077c396340e08676641b6e72064 0.02 MB 17 66
173,318 173,318 000000000000085224cbd2e3f72104b20ebed5d174b80529ed3f564f2f842196 0.05 MB 127 29
173,317 173,317 00000000000009ebbfa655b6dcd17dc90620bd6e4e384ca7d798dc0e8535f907 0.02 MB 44 78
173,316 173,316 0000000000000976073b45c29eb50c9de8e7852ceedee0dcc7f569db2b017220 0.02 MB 42 25
173,315 173,315 00000000000008581dd698dec93037c07b73b1cf0494e93a2d54d2d21697bf86 0.05 MB 132 124
173,314 173,314 0000000000000413a0bbde6308e2346fbcd33092619f98b7e6f9d0965cf0bb78 0.04 MB 80 346
173,313 173,313 00000000000007dcbe8be8339ff20a0613817eabd7dd366e3e00e1d5232de433 0.04 MB 102 464
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.61 GB sent, 92.77 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.