Memory Pool Memory Pool Refreshing

2,018 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,018 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,475 907,475 0000000000000000000090606acd7b85148c745e3168ff03a95670a538bd4ee4 1.80 MB 4,955 0
907,474 907,474 0000000000000000000207ee1eba7514065e90e4baddbefab4e1e624948f1a2e 1.79 MB 4,981 1
907,473 907,473 000000000000000000015ea907ff0991636d0b16378c1fcdc82f95ae97c31fc6 1.96 MB 3,108 1
907,472 907,472 00000000000000000000af63fe9bd15cb8f5361251d764ed1dcb540a6cb21dfa 1.64 MB 3,204 4
907,471 907,471 000000000000000000021e483ee46e90dce5d7e9ffa33d2d08803d00ef589367 1.82 MB 1,341 2
907,470 907,470 00000000000000000001fdd32b6422bc60559ea2a24dcab3b0574d59c05afd25 1.53 MB 3,932 5
907,469 907,469 00000000000000000000a4adefe0a494c644b5abb8bc1dbf835f6ffd6d69eddd 1.66 MB 3,250 2
907,468 907,468 00000000000000000001ef74fe08a8c9a6d093ea302fd3d57f006dc85db663c7 1.80 MB 4,280 1
907,467 907,467 000000000000000000014d80d3638b2799b7c68511e34eb5bcb6a65bdb50eb51 1.64 MB 3,211 4
907,466 907,466 00000000000000000000273086bd47bb1ca847424df8158fd65a522fa066ac2c 1.90 MB 2,637 1
907,465 907,465 00000000000000000001e6a5aec8788183793b27370ef638b152b4d02f9f0787 1.69 MB 3,733 3
907,464 907,464 00000000000000000000613401c0ec8074618924e8a1e066b9c890e1e6845336 1.73 MB 2,417 2
907,463 907,463 000000000000000000002694a1a1c48261dd256da1842548948ad1684c40cd8a 2.22 MB 1,401 1
907,462 907,462 00000000000000000000cdadd935290c7f480952491f5684e8f4f87a2abde11f 2.59 MB 2,154 2
907,461 907,461 00000000000000000001eb8946e21d6571a7470b6c33e34df4c3e4ad1208060c 1.84 MB 2,329 2
907,460 907,460 000000000000000000022a091cc2675cba39b0abe82efecd74d74f8ea3a07e6e 1.83 MB 2,581 3
907,459 907,459 000000000000000000010ce9f3bb38f662a9a63ab68394685227a6dffef60031 1.72 MB 2,987 2
907,458 907,458 00000000000000000000b398edc191ca91db2ca38eee149b82e705233d6aa223 1.52 MB 2,342 2
907,457 907,457 00000000000000000000ff1f678d8bf334a3ea1bb5dcbda2bb43c2f7e15619f8 1.60 MB 2,233 2
907,456 907,456 000000000000000000005ca03c6b31e6a15090542649996e25f54f70a233bf02 1.64 MB 3,665 5
907,455 907,455 00000000000000000000cca254a756f884e9ad2deeed2871dccb12881c00cf64 1.77 MB 3,865 3
Previous 10 blocks ↓
Total Size: 769.09 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.34 GB sent, 93.35 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.