Loading Tool

Explorer IconExplorer

Memory Pool

48,907 transactions
30.48 vMB
0.09280366 BTC
Random Selection Loading Transactions
Max Size: 163.02/200 MB

Candidate Block

Mining Attempt a9e5cdba30c2f2839c9fc466a5e79c1151ceea52ac91956664310c19d166eb0f
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 01bf6d31ce6bdb5bc93485cb72fdcf81f626240e318ffa85c4b9b5f51dae4314
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,415
Size: 1.00 vMB
Total Fees: 0.03036373 BTC
Feerates: 101.56 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (443,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,237 471,237 000000000000000000c486c8568e607cbc294f05284340638a57af06025789fc 1,356 1.00/1.00 vMB 493
471,236 471,236 000000000000000001521831eb807c85f7b5ef825e8ead8c55539194491948a6 2,412 0.99/1.00 vMB 371
471,235 471,235 00000000000000000071d67198b338f60f2250fadd836c487e3b19abfee2c7af 2,856 1.00/1.00 vMB 450
471,234 471,234 000000000000000001399ead669f858e762c43cabac79acdaa853642d9c822b5 1,548 1.00/1.00 vMB 161
471,233 471,233 0000000000000000002532ff896e87a8b52d6edfc74342e9ba0972a666337a44 1,874 0.99/1.00 vMB 407
471,232 471,232 0000000000000000005a097b7b69fcbb84946f7865e563399b19039ef4bf92d1 1,856 1.00/1.00 vMB 186
471,231 471,231 0000000000000000002c479e86e24c858cfb7ac7de1b4884f1ead622fe17f5d0 2,137 1.00/1.00 vMB 435
471,230 471,230 000000000000000000dff67ae260f7a0d77aad45e04a8ff2ad8a217d06b9c8e3 1,166 1.00/1.00 vMB 195
471,229 471,229 000000000000000000b54ad5b85ad994c3ae14867e7882fe1c87a572f43ef0f5 2,061 1.00/1.00 vMB 136
471,228 471,228 000000000000000000563e267614149cb4279413b607fd984e95beaf5497b326 2,371 1.00/1.00 vMB 340
471,227 471,227 0000000000000000019b6e500f45191172d3aaedaf2d0df077cf7f6d42688fc9 2,030 1.00/1.00 vMB 300
471,226 471,226 000000000000000000d5e7cf695ab2e95448bf62e67a04593e91a086cea80d6a 1,688 1.00/1.00 vMB 204
471,225 471,225 0000000000000000009b07c20e85f06baf1b0dad52c37c9f94f8e9bfd632f165 1,836 1.00/1.00 vMB 227
471,224 471,224 00000000000000000061433a7157ff5e24247d0aea4c277e193fb9223474449b 2,480 1.00/1.00 vMB 367
471,223 471,223 00000000000000000094b96e2ba27877db9e9ef91c2c0ffade36a7cb2057ac27 2,347 1.00/1.00 vMB 216
471,222 471,222 000000000000000001859a08a446f2589bd869f5a15aecceacd5be6922120805 1,697 1.00/1.00 vMB 175
471,221 471,221 00000000000000000011f67dbe7ff26d0fc2608f9a62eadbddadc174e17293dc 2,356 1.00/1.00 vMB 374
471,220 471,220 00000000000000000067b1b67f2cb7b53c7a46598c685ae48789b8f5baf96381 1,791 1.00/1.00 vMB 312
471,219 471,219 0000000000000000019a26c568e5997bada6a823c95f17c73d9ca7b2734eaddf 183 1.00/1.00 vMB 216
471,218 471,218 000000000000000000085e6b738c08e42d33df3afe19a498097d767dc46d1230 810 1.00/1.00 vMB 253
471,217 471,217 000000000000000001669023997218b3587eefef90b80b1c3bd5e00bb2643269 1,377 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 652.42 GB
    • Received: 13.77 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.