Memory Pool Memory Pool Refreshing

4,413 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (797,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,939 109,939 0000000000006c9789b9df1f22d23544a57afbaf4af07a7573e81a4edf6184dd 0.00 MB 5 0
109,938 109,938 000000000001c7302c765bd0ab5707912303abf85dd07b1eef260f6741146e8b 0.00 MB 4 0
109,937 109,937 00000000000071f5c9ef71bcfc7105ef259d0648e30fb59648c1eb24075a6c03 0.00 MB 8 0
109,936 109,936 00000000000148822afdcd54f901a6aa6d190ce15acfd23fa6ba6563ed8c7c0d 0.00 MB 12 0
109,935 109,935 000000000000b8b09a52bc9d3df3a0877856782eca9eba90fe6384226eb83014 0.01 MB 8 0
109,934 109,934 000000000000da0c4cd3c51fe89426f2bdcb5e485859bd5293bcf6cf60a02b4c 0.00 MB 12 0
109,933 109,933 000000000000b35430e1262f3dd8da646e427d0fde7fc6509e628b4a8422a104 0.00 MB 12 0
109,932 109,932 00000000000089287e3ad69dae4291f651f02c780c11bb7021419a7076f18365 0.00 MB 1 0
109,931 109,931 000000000001c34ca72f990031bd342a4a4ec608688de4a66fd04839a75de471 0.00 MB 4 0
109,930 109,930 00000000000137ecfcf59721de0732c82482b22536214e1a5ed6ff3701088d66 0.00 MB 4 0
109,929 109,929 000000000000ebea974a976a553c0e058afeba48299a0e19bbbfeb0db4a352af 0.00 MB 8 0
109,928 109,928 00000000000127feb1248a68d6043da5383d5718687dac00e88ec7ccf2f20250 0.00 MB 7 0
109,927 109,927 000000000000449ad47848b69d9fd01e7022b0cefb85e1381020f38453b7a2fb 0.00 MB 2 0
109,926 109,926 000000000001896297fd905972ec48aa7dea7cf5726061fb41dcb6c8c6dc5e1a 0.00 MB 12 359
109,925 109,925 000000000000f9ca1f49259874330a0a68fae8af51bd62fb504247a83ea6f17b 0.00 MB 6 0
109,924 109,924 000000000000ed734a2ef06e524de2523d71525fbe816ce0503d0eb77fe5fdfa 0.00 MB 11 0
109,923 109,923 00000000000030eb3b6719a5db733e0139f8ae83440af6c597f287087c6a83fc 0.00 MB 12 0
109,922 109,922 000000000001ac8091ab214021b870a94b1dca63586afbab4cf175af44c8b687 0.00 MB 12 0
109,921 109,921 000000000001aad04782f29f16414ed8d2dfa89031501eb7aa68dd6581841d59 0.00 MB 11 0
109,920 109,920 000000000000a47334434240d097299c4b27077576ade188aed318213145f7a7 0.01 MB 3 0
109,919 109,919 000000000000b7b68a4ebd182698de8f151d8ffb642c98cad5d5ab40e27f3951 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.