Memory Pool Memory Pool Refreshing

837 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (466,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,923 440,923 0000000000000000038fea8c28527e967d281bbc9981e7b4e512e779c101af57 1.00 MB 1,920 51
440,922 440,922 000000000000000003a226f8153da0fc1f399217ff35d4874dfbcbcfa2c77b4d 1.00 MB 1,646 62
440,921 440,921 000000000000000002ea65db40f6e2ce47139e265850177f96cf225c6a40d390 1.00 MB 2,676 87
440,920 440,920 00000000000000000312031269a708b03110fd53d9a9cbda19db7ac815739644 1.00 MB 2,162 64
440,919 440,919 000000000000000000bc1c9a97a92ebf672126f2d3fba357929b29600e3aeff3 1.00 MB 2,408 80
440,918 440,918 000000000000000000f8a419bf19b5f4779c7273ed6d5f7b3176c29be4cf2bf9 1.00 MB 1,862 61
440,917 440,917 000000000000000003cab78e3ac8ea15865636273656bd186962fef9c5f0aa5b 1.00 MB 2,799 66
440,916 440,916 00000000000000000368cb02f6d221e4f15b4d1e5e5edce15a5a43e08f73963c 1.00 MB 2,256 89
440,915 440,915 00000000000000000334aa876372fa89bd63b20ffdcd00436333d9b4303e1238 1.00 MB 2,511 93
440,914 440,914 0000000000000000034a879bc7a4bec23155a1c52a91b72b315f326906e124b8 1.00 MB 1,966 77
440,913 440,913 0000000000000000022f5eb591a9132550b0f71a2b719a562e293d43ac95c9ed 1.00 MB 2,481 89
440,912 440,912 00000000000000000244a670559a7d64d07dc5bb270210bd65426eb9b02f47ec 1.00 MB 2,756 100
440,911 440,911 000000000000000002b37efb083e879a1c2d41f1c1b6567e1cd6dbb4af29442d 1.00 MB 2,349 91
440,910 440,910 000000000000000002350e84e2fb702c1e9bd568355de0f67ac3f365ca57a23c 1.00 MB 1,904 68
440,909 440,909 0000000000000000002f271c65cb3bbd5257283e63c1d6fdbbd285405c8151d1 1.00 MB 2,152 85
440,908 440,908 0000000000000000010f70935e34777384ddac7a7fde3cdf9459d8e9e0eff00c 1.00 MB 1,817 75
440,907 440,907 00000000000000000222ebd85debe3620b1aea5d661864d21d38b01718180432 1.00 MB 2,536 84
440,906 440,906 00000000000000000072ae7b244f5dc7939aafd2b34a6fb96498b13ba64a333c 1.00 MB 2,135 67
440,905 440,905 000000000000000001a4e39869f004386344cac7628e1ddc070bfde10f2e4bd0 1.00 MB 2,368 106
440,904 440,904 0000000000000000008568f303be6647115e887f1d47c893a661344ff1cb9bcd 1.00 MB 2,468 83
440,903 440,903 00000000000000000025e4bfe00bd0c8dbbcc49f3e5a79af94435ca04cabe891 1.00 MB 2,359 90
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.