Loading Tool

Explorer IconExplorer

Memory Pool

40,277 transactions
32.23 vMB
0.09977928 BTC
Random Selection Loading Transactions
Max Size: 160.32/200 MB

Candidate Block

Mining Attempt b356fc07b7d8cbc04d5a583ac883ac3d12d58d632963904f7f18040d120c5463
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root e0b9ad70d8611be33ed0150eec49d6ff3ce447f3f047e9aae4de1b95134e730a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.03279586 BTC
Feerates: 393.72 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (789,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,265 125,265 000000000000383770fcab3aba0b527dec681d024c083a80762965986a8e2087 29 0.01/1.00 vMB 288
125,264 125,264 0000000000001bb081d84103ed0bcda47bf63243c7033df4102594062de74864 48 0.02/1.00 vMB 1,241
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
Previous 10 blocks ↓
Total Size: 781.19 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: 583.14 GB
    • Received: 9.33 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.