Memory Pool Memory Pool Refreshing

5,542 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (39,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,854 867,854 0000000000000000000298f5570f452ec0a7f15d49733174f8b403ec96ca5760 1.36 MB 4,453 31
867,853 867,853 0000000000000000000082a116a233b83f57284f9e3f2df244d8592642a5a175 1.46 MB 6,661 26
867,852 867,852 0000000000000000000070c8cd8122ddaf0b19a55ad157cf60841b2748d29572 1.45 MB 7,100 12
867,851 867,851 000000000000000000007d638577b23fcae9a744a9e93b3fcab40c6b82584589 1.41 MB 6,802 15
867,850 867,850 000000000000000000001681e76a1ce00d763a903329e17f5c8766a197d894f6 1.52 MB 3,821 5
867,849 867,849 000000000000000000004f83412f0a625912fd9c68e87138655f1b060a99f656 1.67 MB 2,714 4
867,848 867,848 00000000000000000000b9c3c0382f196384a10f896023a272fd4f0316732db9 1.63 MB 7,560 2
867,847 867,847 0000000000000000000008bd5fff8188c1bbba4e1d7199383ef906934839498e 2.03 MB 4,652 3
867,846 867,846 000000000000000000028903ee797ff857731d246cd66bad6b1e0493de808ba3 1.65 MB 7,136 2
867,845 867,845 00000000000000000001d7d8681ddaa7e7aa1b1c58a14905f1be745202ecffac 1.96 MB 5,839 2
867,844 867,844 00000000000000000002ee59ef163640e2f6e78c7c94c9559b08f0b399a448b6 1.80 MB 3,428 2
867,843 867,843 00000000000000000002e3a1bd64be385be1c6aacaaded5afa791e559c2d0bb0 1.64 MB 3,359 6
867,842 867,842 0000000000000000000291862e3cd541049e951ae98435067d33bb71d10f4a15 1.53 MB 2,948 8
867,841 867,841 00000000000000000002061e996c8d53781c116f5890f4cfd889f6d6376be356 1.98 MB 4,424 3
867,840 867,840 0000000000000000000166d0ad3b87b9af54f5a311aa9cfae95bd72657d5c8bc 1.68 MB 6,904 2
867,839 867,839 0000000000000000000220469967762da801aa75b0acb972b9cacc2b98704a8e 1.75 MB 5,044 3
867,838 867,838 0000000000000000000051e90608f978824023fce2f5db1b9e7f0905134a53d0 1.65 MB 6,511 2
867,837 867,837 0000000000000000000260d0fe2eb4392fa96f3f1973491241e0e94386e1354a 1.81 MB 2,803 4
867,836 867,836 0000000000000000000153bf17936d4fcdb090f167ed3c97ffb1003701255763 1.61 MB 2,547 6
867,835 867,835 000000000000000000007529b9e5bafa60b4c00ec9b9047ec7a0fd19b2da8a20 1.77 MB 3,898 3
867,834 867,834 00000000000000000002899c1065fc2c465cb38232b8c5b844d14f28cb02aa7d 2.20 MB 2,519 4
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.