Memory Pool Memory Pool Refreshing

5,375 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,792 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (48,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,868 859,868 000000000000000000029ae08ba9b2842525829a4b4c44f0b324b3d81c95a5de 1.86 MB 2,686 6
859,867 859,867 0000000000000000000123c1adf72ca9af6d345820ccb4c04219ccdad6247c23 1.83 MB 4,363 3
859,866 859,866 0000000000000000000237f9cda6436cafbe031899c994aadda6507d4672fbcf 1.67 MB 3,324 8
859,865 859,865 0000000000000000000128ea6c959e887ff2518e00a45538b6691e625f2c24b7 1.69 MB 6,995 3
859,864 859,864 00000000000000000000770baac090d49973be2fef61ff9f4c42418ed31d07c5 1.62 MB 3,542 5
859,863 859,863 000000000000000000004e7920708350d66d8061843b5fb27f9e30ddbd4c814a 1.53 MB 2,704 5
859,862 859,862 00000000000000000000b9d308a30f11e73de27adb5e1da1d1d4b3690e697e15 1.50 MB 2,595 5
859,861 859,861 00000000000000000002db6f59eedacf828f2fc29007f2ad57e1457aaaf500fd 1.60 MB 3,262 12
859,860 859,860 000000000000000000002496c41655543e85801b1d51b389efa52523ebb52413 2.02 MB 553 6
859,859 859,859 000000000000000000005c70f9f4054b06afc3b404671e8ea87695f9f09de0b7 1.46 MB 1,549 11
859,858 859,858 00000000000000000000a4257082cd8c2d4cab43173c8bdd2dd3493bec17835b 2.09 MB 538 7
859,857 859,857 00000000000000000002589d61acb4ae02ebbab0ba7ae02fa435d335c6b7ae79 1.60 MB 2,842 8
859,856 859,856 000000000000000000029005db8eafa5a6a034257f92c378b452c74014de8dae 2.13 MB 5,168 4
859,855 859,855 000000000000000000023c040154201a55680a0798678d11582049cefe7290db 1.65 MB 3,910 5
859,854 859,854 000000000000000000002d41edba23045bd80e6364c4b5d6ff00413880c08a27 1.69 MB 4,120 4
859,853 859,853 00000000000000000000c9e1e8a9df9c34fe9315fb254efd691596fc7104b58b 1.80 MB 3,250 5
859,852 859,852 000000000000000000005d05a77b53473161e3818e53827e2b682ac9367f34a6 1.52 MB 3,114 5
859,851 859,851 000000000000000000001d581d10fbac2a7a6aec592c4a65959fddf6dc314a05 1.56 MB 3,528 12
859,850 859,850 00000000000000000002bda66a6e88da704fbf56f5549e431be70a39c928011b 1.62 MB 3,596 8
859,849 859,849 000000000000000000018154c08df4afd6413e714a04ba4b6c3d2eb053749d60 1.63 MB 3,346 7
859,848 859,848 000000000000000000016852b77b8add6560638e598e63cc5b4457e9a583b8a3 1.58 MB 3,058 6
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.