Memory Pool Memory Pool Refreshing

1,810 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,802 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (798,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,142 109,142 000000000000d5d47dff9720224a65c21ba04a531496cd75bbe0365bea5ce1f6 0.00 MB 5 0
109,141 109,141 00000000000156ceb1951b644419e012f63f105f99cb9753c2735f6a4f949afc 0.00 MB 8 0
109,140 109,140 0000000000017d0f336c4998f1841677d284ac75877e9b0567952ca2de66f760 0.00 MB 4 0
109,139 109,139 000000000000b749f779f0548bd62400dfe41a711a1ebadb65ccaf7c3d1af52a 0.00 MB 4 0
109,138 109,138 0000000000011de56661cdaa1d29173cf86bcc3d82312a4fe7ca4a6500971a14 0.00 MB 5 200
109,137 109,137 000000000000132eb397935c637631d1d7d26dd44d81afd72217a8fa2c221ead 0.00 MB 4 0
109,136 109,136 000000000001419044df10177342027df836bf023b0a6937c473bc7a79fffced 0.00 MB 6 0
109,135 109,135 0000000000004cf380d76564712b59bb321531f55a894c9735e9f4fbbb57bf00 0.00 MB 10 336
109,134 109,134 000000000000c58ba7c657c5a5e1ac654760cd8d84fb077299fe21d9f54e0067 0.00 MB 12 0
109,133 109,133 0000000000013002cc25a262bca352608d10e2620b98d3223c22037480ef3d80 0.00 MB 12 0
109,132 109,132 00000000000177f8c38713db52400d542a7a2845f99b59aae9ec6d3445be0b87 0.00 MB 14 343
109,131 109,131 000000000001bfd34a0c5f7ddd06be2c63e987173121c413b7e72590d60ce61f 0.00 MB 10 404
109,130 109,130 000000000001a21905afc90e0ca7513dd8f453716291bbf8834770aff4cde717 0.00 MB 8 0
109,129 109,129 0000000000005fd7af7471ab686984eaba3b73db65557bd299e328e4a596c1ff 0.00 MB 3 0
109,128 109,128 0000000000001254375824ad2dbddd10411544d6278d63177c1181a596a14b45 0.00 MB 4 1,086
109,127 109,127 000000000000cc4393f2e7b1585d0a382fb1ea8919fbaa77663ce0918cc152ce 0.00 MB 5 0
109,126 109,126 000000000000777c0c211bc9a9c6e82f86b2efab9e885bc92f4fb5251d9365c1 0.00 MB 5 0
109,125 109,125 00000000000006a14c556dcb861309697e08948ea81998cf16d6f4472e95fe47 0.00 MB 7 589
109,124 109,124 0000000000006436ce7289d33163a15487a4f16b5befa6617a3fc587d69167c7 0.00 MB 4 0
109,123 109,123 000000000000f68be2b709f2a39bac9a6190e34533f2f4a55bfdd06cec2ddd09 0.00 MB 12 0
109,122 109,122 000000000000fae0eafbcc459da768da7da4fb5658642d3d3e5970ce86279b14 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.10 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,629.04 GB sent, 93.40 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.