Memory Pool Memory Pool Refreshing

2,990 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (702,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,152 205,152 00000000000004e7b03d84c4f7243486c5d7c1547805ab72553b0422956422b1 0.03 MB 73 130
205,151 205,151 000000000000046318336e2064ec2845c64bbbaa6417c5789df0a74b49449d13 0.00 MB 12 46
205,150 205,150 000000000000018a945012245a6b938c30391f552708c5b01ec3b0a8d34e34b2 0.01 MB 38 34
205,149 205,149 00000000000001953cff7f8ad345abb6dacf4065793b04056148388edf93cc10 0.03 MB 68 131
205,148 205,148 0000000000000387c5573b7398adfd2f53b7f6f0774cae648dd668ee316c1b67 0.03 MB 64 137
205,147 205,147 000000000000053e5d6a04c3b7bd18fcddf5e081a4124accb530d2a00f961459 0.06 MB 138 145
205,146 205,146 0000000000000098fcf612a8600201fec8d08e6ca26980819dd5a731448e5f5c 0.00 MB 7 30
205,145 205,145 00000000000000137c3de0e9d2686e58a8ae775fd9379bbd26b757590f82f302 0.00 MB 1 0
205,144 205,144 000000000000047a5d6232869c0db9c5cb9b519984d30fba6f152360b55d2d36 0.00 MB 5 0
205,143 205,143 00000000000001018c10b99ad39f0fe282191988a09cbfdf3bff8169055b19c5 0.05 MB 86 172
205,142 205,142 000000000000012eb1280b15a92900c6a674a5698455b1db5b36a9c0067b142d 0.00 MB 12 418
205,141 205,141 0000000000000179c230b34a31038b412c9d2c7428ec0583e86c0d63afd88e19 0.05 MB 178 92
205,140 205,140 0000000000000454302ecaa849de9d234b8cf5cc233b3612ea4d13e497c590aa 0.02 MB 50 289
205,139 205,139 00000000000002df7d2fdf7871b498a0ddeb2e52aa78bf4e9626e52110815313 0.03 MB 61 229
205,138 205,138 00000000000002d536a47506c903415621c7e86c6767080316c99df02ca50a45 0.04 MB 133 192
205,137 205,137 00000000000004263fd6631ff0461c3caa300663bf2636f58babbe619097ddd1 0.05 MB 147 168
205,136 205,136 00000000000000dd4bfdee0ab21138cb4dee8d04ac8363b8a051bf1b39e6e145 0.01 MB 30 155
205,135 205,135 000000000000007f47464d352df33d59021b25b508f3dae305f3c5fda8034aa6 0.06 MB 114 194
205,134 205,134 000000000000012653541e6898d523c6f5d873728754e4de70958f865eecaec2 0.04 MB 131 51
205,133 205,133 000000000000033c068faa64ec65fd5fe25a2b2751230795272c5eb8d91a874b 0.16 MB 464 212
205,132 205,132 000000000000032593843d19444750bdbbe02207d2b4580868317a1dee0ca498 0.04 MB 83 431
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.