Loading Tool

Explorer IconExplorer

Memory Pool

36,196 transactions
34.14 vMB
0.09769379 BTC
Random Selection Loading Transactions
Max Size: 165.74/200 MB

Candidate Block

Mining Attempt 557dd9b63c54078dcd955282f01b688e6186812b90334758c5478139a385d467
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root 0e47326cc7162db6a86e587edbf1eff685ec5e23c8b29771e8e6ebba7e04b9be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.02550697 BTC
Feerates: 150.93 > 2.56 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (789,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,263 125,263 000000000000090fb02d9ccd5b8318d02a34f119d81a0cc139a5c55cab1dd184 32 0.01/1.00 vMB 996
125,262 125,262 0000000000003c859d78a135debb13696f057505f2a470ef7b4248a781369acd 20 0.02/1.00 vMB 383
125,261 125,261 0000000000003c866fbcdef13275a963ad8c8783a2ef2e3e5a9c23407b78bba5 52 0.02/1.00 vMB 1,329
125,260 125,260 000000000000121adccf90e3ea047ac76eab98d99d066a1e7dfc34b3bac6f11f 12 0.00/1.00 vMB 3,878
125,259 125,259 0000000000002d90d6c4a55d1a3c55404cb3b84732d849427a2b9ddf7b9b66ba 5 0.00/1.00 vMB 3,300
125,258 125,258 000000000000435e863614818ff28adab12c63ac55b92e29a13562beb942f370 23 0.01/1.00 vMB 419
125,257 125,257 0000000000002fcb4461ee89e01fc9b4b2cf00a422c727d608aba1912807e89c 4 0.00/1.00 vMB 1,182
125,256 125,256 00000000000030ab851155d049e78beffedc2f5b0a40c14268fcdfa918abeb0a 1 0.00/1.00 vMB 0
125,255 125,255 000000000000390f96acd7639e22ed50c63ca8d1471ef3157d78d92373dd9fb0 11 0.00/1.00 vMB 1,236
125,254 125,254 00000000000035687e267949ef364788355e9af3665e59886e604ec04d1fa8e5 53 0.01/1.00 vMB 3,426
125,253 125,253 0000000000000da425349a8370a3dbe6585cccd078c6fadaf6bd257f75306e2d 7 0.00/1.00 vMB 1,768
125,252 125,252 000000000000143d2f6384fe5b5ab885ee177530b4a03936609a83b181b3032a 12 0.00/1.00 vMB 890
125,251 125,251 0000000000000efb881d129d3804c4c70813b12147ef7e7abdc317286e3d875b 1 0.00/1.00 vMB 0
125,250 125,250 00000000000006131273a7856edc760b9a6feca6136245610678aca59beaf523 9 0.00/1.00 vMB 1,182
125,249 125,249 000000000000334dbbd6eec86d8025a9bb16e7d514d946f2210527b635a07d23 11 0.00/1.00 vMB 530
125,248 125,248 000000000000405eccfd23b3af73a956486ca7e7fee238d82b81ee2dfc6c47ad 4 0.01/1.00 vMB 1,291
125,247 125,247 0000000000001f71f2d70975ad9ad983c014c3d79044a327b18e48d4e13e7219 1 0.00/1.00 vMB 0
125,246 125,246 0000000000002a2cd3f9aa803422edbc86e353dfdac1025ec129a025597374c8 11 0.00/1.00 vMB 278
125,245 125,245 00000000000038cfffda3a6d4d381d0689d14409d92aa33cac37bfe30a3955c7 18 0.01/1.00 vMB 1,295
125,244 125,244 0000000000001b774761a3ee792b65227ab5512674252d4923988e4f1318ae7a 7 0.00/1.00 vMB 360
125,243 125,243 0000000000000c7322f572c09b66d17a5bae566edd1b4333b59e85b095fffd93 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.76 GB
    • Received: 9.22 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.