Memory Pool Memory Pool Refreshing

3,769 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,159 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (635,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,351 272,351 00000000000000012efcafe61999aeac21e819a59d9e7a6e5e26b4e3741931dd 0.14 MB 239 8
272,350 272,350 00000000000000013c055c3fca49f0bb3e20773a2afbb8dc584dd8e77444437f 0.16 MB 335 40
272,349 272,349 0000000000000003ddd42bf68f048fc288121d4d1a83decf90ad9f7d251c13aa 0.15 MB 113 16
272,348 272,348 0000000000000000f84f0a8e1726f34874744ff7f89c20900f20529b11378ad1 0.25 MB 514 59
272,347 272,347 000000000000000088fbcb62766d11fd6270d18a4a4d8560d86841da2ffc923e 0.25 MB 553 67
272,346 272,346 0000000000000005a0859c4d37bd363abff2c9ab59a5435fe1b48d8090a845ce 0.15 MB 334 69
272,345 272,345 000000000000000239227b2ca5112d8f8e855188e6a59faa1bfef83d1cf18de1 0.31 MB 569 54
272,344 272,344 000000000000000384582c29b00bd2f198f91cc9c2496b68252d184592ecb74b 0.11 MB 265 51
272,343 272,343 0000000000000003750b52ea15b2641eb530cf895f17a00f5f041b618fd76bcf 0.42 MB 972 63
272,342 272,342 0000000000000004c80134fdfcfea35e38f9b7de9a060de89ef5f468a49576bb 0.54 MB 823 26
272,341 272,341 000000000000000528bc2bd8755bdbfe7a4c604d60ac192f32068bb202439a22 0.25 MB 622 74
272,340 272,340 000000000000000457f4070cec489d4603441aa03df2e755ed82b52de12316ee 0.25 MB 776 117
272,339 272,339 00000000000000058a71344bf7b63f1723d758bae1e467b6641dcebfe6342fb7 0.15 MB 295 47
272,338 272,338 0000000000000005db9986baeea57e703a3138b909e323992f4c3bd6ecec4d4f 0.09 MB 227 43
272,337 272,337 000000000000000427cdbeec7eeae71b2c1df83f1a4226d7be091cfd35626079 0.17 MB 425 70
272,336 272,336 0000000000000002249c59e0a87744ed7c503468fe7f2182aa992f56e311e7d1 0.33 MB 531 55
272,335 272,335 0000000000000000c4ca5c08fc95761da3165827d6ce49e1f1f49d64172ac96c 0.22 MB 415 70
272,334 272,334 000000000000000600b10cba0138e29e5ecc46d60d89d271410aafb452d63e23 0.15 MB 336 66
272,333 272,333 0000000000000002850c3575fb5763b8515e20eeb88041b2af73be16fe8abf57 0.18 MB 385 57
272,332 272,332 00000000000000045d8d96aa5f733a2a8fd44419ebc33511a32202d881a583eb 0.17 MB 344 47
272,331 272,331 000000000000000191044e96af9f09f01b7b9db6ecde3853345e9757204eaf83 0.02 MB 43 42
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.