Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (11,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,120 896,120 00000000000000000000951c4a3b9b3dcd016c22d062eed104b112fbeb883925 1.71 MB 3,448 5
896,119 896,119 00000000000000000000de4b292d52c3b481cc680865f144b0dca1e81c889376 1.55 MB 3,874 11
896,118 896,118 0000000000000000000242be951ac7f24a52e27e44a8e2fbb75a0d51d48835a9 1.68 MB 4,208 4
896,117 896,117 0000000000000000000127b92e7bddfe46513e00b1b7a3b1d42b0734fb4a5154 1.67 MB 4,700 9
896,116 896,116 000000000000000000003e707375fdd3cee20ce0cef6564e2a41f60bfc4980f0 1.51 MB 2,857 2
896,115 896,115 00000000000000000001c31739fbc84445e205c332acc034d6aac417e31589ca 1.54 MB 1,546 1
896,114 896,114 000000000000000000024ed29639713168187b37c4b85936a62e46e2e2b820af 1.60 MB 3,759 3
896,113 896,113 0000000000000000000225e56926b046b886cbba6b536a783e9e503b5ca070ed 1.40 MB 441 1
896,112 896,112 000000000000000000008804fb0df362d11c10e9438838e6cb0a4ddc345bbcc3 1.60 MB 2,061 3
896,111 896,111 00000000000000000001fc1fa2da9416a49dfdc57a049500008b4c68a984cedd 1.67 MB 727 2
896,110 896,110 000000000000000000023b7df024e4d3b83ba111d094dbf88766322d0c206b5a 3.47 MB 728 1
896,109 896,109 000000000000000000008d36a937900441e5f28356818c9f6ca92ec8df8e5051 1.83 MB 896 1
896,108 896,108 00000000000000000001ad798c19fde575b95078d803be8334941451dc701989 1.67 MB 2,196 3
896,107 896,107 00000000000000000001cfff593b393fa80b73e328fd4c9b4781c668316aefb5 1.81 MB 960 1
896,106 896,106 000000000000000000013245eb99d6017059578eebc4b48601e700239707022a 1.80 MB 1,332 1
896,105 896,105 00000000000000000001dbe03369c3c552111215f4415d980f08441f32cf8e57 1.58 MB 3,108 3
896,104 896,104 00000000000000000000cdcc35e9dca6ba296118d0199b34c3bc42ce146d41ba 1.75 MB 1,275 2
896,103 896,103 0000000000000000000059a59bc0ebc8c1c98d4e459211fc8c3dd81abf1a6125 1.75 MB 884 1
896,102 896,102 000000000000000000010d567b88977b9dc10bf2e2f60ff4259321f72312e9be 1.82 MB 2,012 1
896,101 896,101 00000000000000000000b8d9bb15fe0d44141d283d9642c6f8b54c982f0d0055 1.70 MB 2,942 3
896,100 896,100 000000000000000000022dac96da30d1be05417151747d823df0e5062be515cf 1.56 MB 1,352 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.31 GB sent, 93.12 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.