Memory Pool Memory Pool Refreshing

2,477 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,071 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,460 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (829,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,783 78,783 00000000001b647a949926c15fa1b64182e7ec0f421aa30819d391a3fa4fd6dd 0.00 MB 3 0
78,782 78,782 00000000002549f99bbd9e1ecbd63a812b8ca31ed621fe00b7013db157f27bb6 0.00 MB 1 0
78,781 78,781 0000000000182f7ac5201dad1b431047f718a71620fd78b4e6095acdd568cd4f 0.00 MB 3 0
78,780 78,780 000000000022b02e02626e2d9191c31d98710eeb1cf225c06fe221c41e3d477f 0.00 MB 1 0
78,779 78,779 000000000023691ed575697ea8d9ad70b68e83e31b32b78fafcfa10cba1102f8 0.00 MB 1 0
78,778 78,778 000000000021833a7412d0b713640e98bbef4c52c341f38c4f4a5504575af7fb 0.00 MB 1 0
78,777 78,777 000000000019a1abeba1fd5ffdeb8ab26d51a5fb2f3657bbb481989102b6f5cf 0.00 MB 2 0
78,776 78,776 00000000002a9051f13b21eb7c6637a2cf523be24083c09ca8896931539d5891 0.00 MB 1 0
78,775 78,775 00000000000d9b4feb1d48f8bf43d093bcf777f8cd86e9e9830f498ea19a16e5 0.00 MB 2 3,861
78,774 78,774 000000000017400dd8782b89dcc63e564c433a7614f1c2d146a632315cd7a174 0.00 MB 2 3,875
78,773 78,773 00000000003e088cad80d35b7763545ed954bded51276fa91ae265fefccf4ce3 0.01 MB 20 1,135
78,772 78,772 00000000001670d902cffca224263a2efbaf67e036140801291a34a2503298f0 0.00 MB 1 0
78,771 78,771 0000000000344ce7b827a5da8502e3dd4cff0b77681aaaeff82a82dd15fb14fa 0.00 MB 3 481
78,770 78,770 00000000002a7559b84f901cfcd8edc99f7700b2e9c495d580823d1bc96fd678 0.00 MB 7 0
78,769 78,769 0000000000325c24cefa817627be659bbfa43cf6a7dfcb80fe960a86855f10c1 0.00 MB 1 0
78,768 78,768 00000000001f8b658eae1053e32b36234ed9ddac99fdf4f2dcdc43f0ad286082 0.00 MB 1 0
78,767 78,767 0000000000401b296bb25c74359c6ee1793cc8f09abdb2999da83a3b34fa8976 0.00 MB 1 0
78,766 78,766 000000000015c4e133efa14fdec0c04ea2726a8a6068ceb50bc0d763c8b34c59 0.00 MB 1 0
78,765 78,765 00000000001daecc557bedd4b880e5298bb0a4e02968d641f42755decfb8214f 0.00 MB 3 0
78,764 78,764 00000000003c232ff7b9b4de5067f4023a8b74405fadef3da4c07516cd24e7b9 0.00 MB 1 0
78,763 78,763 000000000031c522c34af3c1c077636e7458a08b6bfbfd748719a099997e0598 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.01 GB sent, 96.26 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.