Memory Pool Memory Pool Refreshing

1,827 transactions
0.66 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
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,825 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
907,454 907,454 00000000000000000000f3ac6827080d3352997edd254d06ec2fcfa58bd86c6d 1.60 MB 2,660 4
907,453 907,453 00000000000000000000dfcc9a5b577bb26334aac98b357d7d51c28ad2179ed9 1.64 MB 3,696 3
907,452 907,452 0000000000000000000159ce379c6648e6dc1222b05b1086d0ba74130e80b5bf 1.58 MB 4,174 5
907,451 907,451 00000000000000000001bc25917ec337738df4d9bf4f34c4944defe660fbeb18 1.50 MB 3,768 8
907,450 907,450 00000000000000000001d85ba0ff861fd2499bd72fd436e2c37e11e0c28caf74 1.53 MB 3,563 5
907,449 907,449 000000000000000000002c617aca4496450e0381cc9ec7a8ba3d86ac02a6de06 1.56 MB 3,923 5
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.18 GB sent, 93.27 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.