Memory Pool Memory Pool Refreshing

17,081 transactions
5.70 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (464,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,845 442,845 00000000000000000208f5a9ef36e5f794ad0dd2adba6ae65346794a8d66bb95 0.99 MB 974 31
442,844 442,844 000000000000000002ee03cb5f77808057f52d3d1f732018313edc361d904079 0.13 MB 288 85
442,843 442,843 00000000000000000018efe010bc0b716d6c811559353a315957ac870e4846f1 1.00 MB 1,673 54
442,842 442,842 000000000000000000da8fbb2e8eaf5c1179b2e92dc02b426bcdcdfa1bdba088 1.00 MB 2,342 68
442,841 442,841 000000000000000000809e340eb5e5c150e7018d58e49c83dd8a2a16712bcba5 1.00 MB 2,498 81
442,840 442,840 00000000000000000393921fff3e6b187ec86597c28301ca330b141c4a0db1c5 1.00 MB 1,956 80
442,839 442,839 000000000000000000e7289d34e21449369ba33b252e6c13ea27cf7e390f966f 1.00 MB 2,156 102
442,838 442,838 0000000000000000021cb1d1f7eadfc93729f72ef1a831e2646e438ed57d0f34 1.00 MB 2,410 101
442,837 442,837 000000000000000002ef52a5253f2dcdca106ee0588e2e2569a03af873c413ba 1.00 MB 96 6
442,836 442,836 000000000000000002908605295a205969d6cab5fd9922d6410bdb50ee48f8c5 1.00 MB 1,489 59
442,835 442,835 000000000000000001d46eefe8d369950e20ab4e19ccbb2a889d7cbdb2a37d43 1.00 MB 1,607 50
442,834 442,834 000000000000000003318d70ad15ef0997e2586ce5ab181f7b4249e00a922ccf 1.00 MB 1,641 45
442,833 442,833 0000000000000000005f26218e3e38ad213864d3984a9968fae3211c02ab9160 1.00 MB 933 29
442,832 442,832 00000000000000000007f7a51e56c525ee5a1b7819b2465ad65753558ef722b2 1.00 MB 682 28
442,831 442,831 000000000000000003a59f7fc951292a08120263039192d035e387514043d3cc 1.00 MB 2,206 48
442,830 442,830 0000000000000000004822fc716a38872befb15d4084795111ab497db2c6e439 1.00 MB 2,372 61
442,829 442,829 000000000000000002b9ccb4b4e0ec9d78ae4c519a61b31d7cdcdd32cfbe25be 1.00 MB 2,346 92
442,828 442,828 00000000000000000375e5cd48f89fbc07b348e3dea712da1cd5ba006c044650 1.00 MB 2,471 70
442,827 442,827 000000000000000002f0cb261f9aadec4425b16cdf374fb55443ce6e89e0df55 1.00 MB 1,762 103
442,826 442,826 00000000000000000206ff8d7fb1a20bf65cf67783505a57e17972fbf7d49d3a 1.00 MB 2,126 95
442,825 442,825 000000000000000001fcf1c56a08f44e16d8f1c58199e5991c00d6ec37ea8907 1.00 MB 2,128 56
Previous 10 blocks ↓
Total Size: 769.02 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,624.68 GB sent, 93.00 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.