Loading Tool

Explorer IconExplorer

Memory Pool

47,834 transactions
27.75 vMB
0.05912241 BTC
Random Selection Loading Transactions
Max Size: 148.15/200 MB

Candidate Block

Mining Attempt 19f3a0db99866f29522f618eaf7ee15d81135454ece9f3456d66229d7e22efc4
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 694269a58d63db293568e016e7db7662d3b52d19f297fe1092dffd27d542da1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,201
Size: 1.00 vMB
Total Fees: 0.00686397 BTC
Feerates: 100.00 > 0.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (125,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,336 789,336 0000000000000000000013c09a5b9f748260827ee3ecc7f8523ab13c248efdc0 3,700 1.00/1.00 vMB 98
789,335 789,335 000000000000000000011880b39abe61caa46b0e7c6854996d27216a23cb3c6d 4,000 1.00/1.00 vMB 87
789,334 789,334 000000000000000000023aca24f3e0b89b7421ccd02bd1b9ab23b692f1e04fed 4,362 1.00/1.00 vMB 78
789,333 789,333 00000000000000000002c7b74339dc798c960c0e41429639bd49f353a9632e96 4,313 1.00/1.00 vMB 72
789,332 789,332 00000000000000000002012e5d936301956667643d57e092e17648bb8baa5593 2,847 1.00/1.00 vMB 98
789,331 789,331 00000000000000000001e9d748a6208954c3aab458f258ca6c54edd5f6b607df 3,107 1.00/1.00 vMB 74
789,330 789,330 000000000000000000008b3671878f3f312b54a7e00922ac0e0cbfb5ca688e0f 3,321 1.00/1.00 vMB 65
789,329 789,329 00000000000000000003d9edac7ee564552d1703c4395eb1093798ae2cf32d04 3,052 1.00/1.00 vMB 115
789,328 789,328 00000000000000000003ea18654c5cda8f8bdebd34eb7aef8d73ab0fdb096d66 2,982 1.00/1.00 vMB 183
789,327 789,327 000000000000000000042161088c7484881563bb8d0cde282e6667cab205341b 2,538 1.00/1.00 vMB 208
789,326 789,326 000000000000000000032ff0a99b9d660260aa6fc2a16658b45012a15f391623 1,793 1.00/1.00 vMB 346
789,325 789,325 00000000000000000001fff52eafb8f2e0b7252d6b99207e9c80d767db330b6d 3,979 1.00/1.00 vMB 89
789,324 789,324 00000000000000000002c834e1c9e09eeec76387b51d2aa60156ef0e52b622d5 2,749 1.00/1.00 vMB 140
789,323 789,323 000000000000000000042ca0fc85b657595a355c1955a01e87eeb086a4ef9ce6 3,830 1.00/1.00 vMB 120
789,322 789,322 0000000000000000000417f69d21decc2082f43eec0ac38cfa9f4ec7266792b8 4,401 1.00/1.00 vMB 48
789,321 789,321 00000000000000000002ce5109621be135c55557551a11e0e74eacf6ed19dd97 3,066 1.00/1.00 vMB 83
789,320 789,320 000000000000000000000a55e7dc6c9c97ab285664a15101ed235d485787fa34 2,624 1.00/1.00 vMB 145
789,319 789,319 00000000000000000003347c8cdd3a35d198fdf11d89bbcdfaa13823137bca6a 3,180 1.00/1.00 vMB 131
789,318 789,318 000000000000000000040b0adf35e759a69289b69f31fbe1b9fa1efa238a6a70 3,471 1.00/1.00 vMB 80
789,317 789,317 00000000000000000001307d289ab422207e8e14d2946f47febae9b4b7b9d01e 3,005 1.00/1.00 vMB 63
789,316 789,316 00000000000000000002058cc8a33758feef6215b4906fd7feeb7fed1789a93f 3,970 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.