Memory Pool Memory Pool Refreshing

6,256 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (735,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,485 172,485 000000000000044a02c18d38ef9385dd90a1c027e7ef1cc11ce7ca7b7f15093d 0.03 MB 103 74
172,484 172,484 00000000000005c1ce16e6f235624e15b9a91941f45ae0824d10c1d5133b7443 0.03 MB 87 81
172,483 172,483 0000000000000ae084d0e176f8d71fd1b96654519640bde2e1f10434868c5716 0.05 MB 116 129
172,482 172,482 00000000000001908424aeebb6711ba9656e22c72b918c3279e561a68631e4b5 0.01 MB 33 93
172,481 172,481 0000000000000aa51534ef6a6278a8330f4a0e80ea50f059349462343c6db3f2 0.02 MB 44 91
172,480 172,480 00000000000004369c13e81fbfcbb2b2c4f8a783192b947360c7e771edce2002 0.00 MB 1 0
172,479 172,479 000000000000055ebeabcb9974aa16aff3f8f3598d61a1c1a7309f4e03f282c3 0.01 MB 15 130
172,478 172,478 0000000000000315ec36c7d18d302aece2bbe692cdd5ee0f8746a68e9aba5275 0.01 MB 30 97
172,477 172,477 00000000000009fc44a773c09996f240460e53d784019f476e0fbd1e026560be 0.04 MB 54 109
172,476 172,476 000000000000083af5bbaaf090b75193f867f4a599371367841aadf0769704da 0.02 MB 72 118
172,475 172,475 00000000000004946a01f3dfd847dd75d9b89065a725fd16b907eb6930872161 0.05 MB 150 50
172,474 172,474 00000000000007efc04c94ca1185fdc1e6565e85fc72cafc5feab7da99c4c9fb 0.04 MB 46 224
172,473 172,473 00000000000007cdf4384c7c7b1513741826f79a3d5b92c1ef1a9f9aa279db7a 0.00 MB 1 0
172,472 172,472 000000000000037bee13fa9ed034f4ae959e3405c0969d693bd82eafbe0b240d 0.00 MB 1 0
172,471 172,471 0000000000000294a680fa62515c76d8881c87e5755403ddca6902274b5dde8c 0.06 MB 128 147
172,470 172,470 000000000000000d14a8a028262dab4904b4ddb8bcf0d43dd40c78c7b83924aa 0.02 MB 60 34
172,469 172,469 00000000000001407ecc51f00e7efcf92eaddf7609b80932ec154435029f346e 0.00 MB 1 0
172,468 172,468 0000000000000349ba86a91b340f4da04c159086cc46b8eef6d27c12c50ee6b7 0.01 MB 14 146
172,467 172,467 000000000000061995fc174403a59f000d560f181b5c644b3b258f01ab18431f 0.02 MB 46 108
172,466 172,466 000000000000063fc7f829240e535cd4250f9a11884ee4276976b3c7542270de 0.00 MB 14 15
172,465 172,465 000000000000075a7eb9e59401120c77da5981b33e53eec935eee1271fe1481f 0.03 MB 72 427
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.