Loading Tool

Explorer IconExplorer

Memory Pool

39,579 transactions
26.79 vMB
0.08503117 BTC
Random Selection Loading Transactions
Max Size: 137.85/200 MB

Candidate Block

Mining Attempt 556ae2f49a3865efb6a50dc5fc98e8b62e063d0cf535afc9193a6051f9c77f67
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 3136b8e79a1c5090177ff050c8b523d9dfa5f8905fc70c6caa28a7a85f8a953e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03302696 BTC
Feerates: 197.12 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (411,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,424 503,424 0000000000000000001e52996ae79736f36d143616e8ac361a2648e92ca025ea 1,945 1.00/1.00 vMB 360
503,423 503,423 0000000000000000002a16022c46be05fdd5977a8f6f6ebcb429c5a4f5dc9d50 2,031 1.00/1.00 vMB 429
503,422 503,422 0000000000000000006aba3616432417cf535c029eb0df33a6d9abc178133406 2,904 1.00/1.00 vMB 559
503,421 503,421 00000000000000000071363863cb1c866ec94def616896844bb9c8fcd74edd94 2,497 1.00/1.00 vMB 538
503,420 503,420 0000000000000000008b35e1f86d3066451be3c54c2ce11d14455959a8bcae37 1,532 1.00/1.00 vMB 230
503,419 503,419 00000000000000000065553f35eb5193175e1e4fa3560af2237dd8d505ecd006 707 1.00/1.00 vMB 223
503,418 503,418 0000000000000000004d064b4455972acbb28b37e3679247783b2f71bf643c05 1,586 1.00/1.00 vMB 287
503,417 503,417 000000000000000000058846ce5ff29263283d40f173d5bb236640a6b0a34b1e 1,975 1.00/1.00 vMB 401
503,416 503,416 0000000000000000008b8c8a57f12eacb1ce6231bb70706e4465004ea9c5fa05 2,628 1.00/1.00 vMB 574
503,415 503,415 0000000000000000006d88d388d4bb072963d4e83ad5b0b7512e2534ff1588c5 2,598 1.00/1.00 vMB 563
503,414 503,414 00000000000000000021b2ceef99c1767918674a37cb2c52754a5b99c8179ff5 1,581 1.00/1.00 vMB 282
503,413 503,413 0000000000000000001bdd65f14eaf3a73ee9ea9c50d17bc68b6b443368003ac 1,616 1.00/1.00 vMB 329
503,412 503,412 0000000000000000006958fa5937d9cf7c6e9d9dd2facadfc083c22adb67ffb0 2,562 1.00/1.00 vMB 534
503,411 503,411 000000000000000000398360929440d81876967091e550b1613c14ffc4c69dd0 3,141 1.00/1.00 vMB 553
503,410 503,410 000000000000000000732ec59ee30fb8f6d11c1a90ce7c191ee42df6f53dc1d1 1,756 1.00/1.00 vMB 246
503,409 503,409 00000000000000000011340fdb8cf8b2ac69d9e1da0a0027b3ad898eab12ef40 2,749 1.00/1.00 vMB 474
503,408 503,408 00000000000000000035b7f6101fa0ba3f6a0e6a26df80968960c35238f0d5ee 2,348 1.00/1.00 vMB 491
503,407 503,407 0000000000000000006aa8a6c9d7cb825369ca5da1d36a35ca6493e65d6eb519 2,883 1.00/1.00 vMB 548
503,406 503,406 000000000000000000862e5449334ca3b9a683d964c828357fb1c7161a60b104 2,759 1.00/1.00 vMB 592
503,405 503,405 0000000000000000001ae79a3f3c6b6fd444cca063dfa62e7d3d667005addca2 1,771 1.00/1.00 vMB 343
503,404 503,404 00000000000000000054f42a1e82e90556e79b0aae806052be3a2c5eb2ceb5b9 1,564 1.00/1.00 vMB 302
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.