Loading Tool

Explorer IconExplorer

Memory Pool

82,382 transactions
30.43 vMB
0.10384569 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt e406ff02e426a4f72f11501ead47ff39fcd9dd0dd04499c42c1e3e39d5b9bb13
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1fdc1628300b27a373462e44f5e325e4246e7840524c51ccafaa2a172671ae25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.03288487 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (398,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,470 516,470 00000000000000000046ac0d62e15365b4d68d79ca4e7a62f5fae80c46b31c0a 1,651 1.00/1.00 vMB 23
516,469 516,469 00000000000000000029bd7b5ce0d4859519e7a8a9eab7ebec593001c25871ff 344 1.00/1.00 vMB 4
516,468 516,468 00000000000000000013f677e925d4557d02c982f3155c63e2f172e2d53eb656 2,107 1.00/1.00 vMB 28
516,467 516,467 000000000000000000102593754f44bf8ef8ca22114d239e6c65293c52e6c380 667 0.26/1.00 vMB 48
516,466 516,466 0000000000000000000ecd419c3b909ff62d4fda0062082b7ca7ab1e1fd444e6 2,738 1.00/1.00 vMB 40
516,465 516,465 00000000000000000009f3cf0a027d39b0a8fd4413b725c4b82969308b5bfd96 1,790 0.94/1.00 vMB 7
516,464 516,464 0000000000000000003ab92814bc83bd2e170f87e1a19fc9f3cef29cfe571846 1,414 1.00/1.00 vMB 38
516,463 516,463 0000000000000000000595a828f927ec02763d9d24220e9767fe723b4876b91e 187 0.07/1.00 vMB 32
516,462 516,462 00000000000000000003901cbac2543dec8b544e22421691f1cdb5e9478bafd0 987 0.40/1.00 vMB 28
516,461 516,461 000000000000000000038b0767b09bf63e3d47e8dd7a16d6445b69f2af14fa22 2,479 0.95/1.00 vMB 8
516,460 516,460 0000000000000000004c3bcf19b76eeb78aa8d4f427eb1c28ba940c183e084b8 1,939 1.00/1.00 vMB 24
516,459 516,459 000000000000000000155b70a37fd99754eea0a796cabbebd65cf2be3fb1f881 1,382 1.00/1.00 vMB 8
516,458 516,458 0000000000000000003956b364a2c2c2de61007588f1440d68b8eb6a80331ce9 2,775 1.00/1.00 vMB 43
516,457 516,457 00000000000000000000879166ff991e8dff314fb1f4502bd62af86fd5df9f65 1,998 1.00/1.00 vMB 35
516,456 516,456 0000000000000000000038427bce9aedc9ae4fc0223c29f0b432a5e03e4dc282 2,331 1.00/1.00 vMB 10
516,455 516,455 000000000000000000075bf56e6659b600c0dc79a5061c2179182dcce3fd180f 1,277 1.00/1.00 vMB 6
516,454 516,454 000000000000000000370f8dc3d47e843961bc13bc4e85baf309c864008bba54 1,433 1.00/1.00 vMB 10
516,453 516,453 0000000000000000002b4716cea27a10e654881bb26ea687ecd7f9694229348d 2,070 1.00/1.00 vMB 52
516,452 516,452 0000000000000000004cfdf559af17e650ebdfc3eebda54484d2b99f8dbea59a 2,114 1.00/1.00 vMB 22
516,451 516,451 0000000000000000004341a4b7ebf11b232eea732b4343784b5b18f4cd18549a 1,431 1.00/1.00 vMB 12
516,450 516,450 0000000000000000003504a94ed9beb8ee77779a74eea78f8e955c630b5e4248 1,253 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.