Loading Tool

Explorer IconExplorer

Memory Pool

26,589 transactions
17.89 vMB
0.03614964 BTC
Random Selection Loading Transactions
Max Size: 97.41/200 MB

Candidate Block

Mining Attempt d72a3b59426740012a5fe4e9ae748e245edebbe5fc5c5b8f3d4a2a26f648c30e
Version 20000000
Previous Block 0000000000000000000061d0a63e2f23cf913899766b6e5dbcbe4fc425d062c7
Merkle Root c86344ee750aa3638144f72c516f1b52e9b47b1f145da9cc33c659d6efadadc1
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,139
Size: 1.00 vMB
Total Fees: 0.01685183 BTC
Feerates: 200.71 > 1.69 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,605 (471,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,274 470,274 0000000000000000018f2be5d81d1d70289bdc94b6a5a91763751a52bbe22791 2,377 1.00/1.00 vMB 343
470,273 470,273 000000000000000000380bdad7c0bfa4ebc51f10ef92cca7947aee9404ed8a75 1,855 1.00/1.00 vMB 368
470,272 470,272 000000000000000000d046cebcc6f3fbdf9cac8fe7a810512aab591270210470 2,284 1.00/1.00 vMB 247
470,271 470,271 000000000000000001468ea907278fd6c48622041599895317f24af675270c0e 2,213 1.00/1.00 vMB 328
470,270 470,270 00000000000000000089491267cd26dfb8ac54ba1f939b9261b1795fb7ae12bb 2,589 1.00/1.00 vMB 295
470,269 470,269 000000000000000000309f64fd3efa0683c149e97174dc365c78bc60734edbd6 2,588 1.00/1.00 vMB 359
470,268 470,268 000000000000000000ca5b5f5985c66da3035e668869db2db01b120237130fff 2,520 1.00/1.00 vMB 385
470,267 470,267 00000000000000000083c390711677a937024b487a26141158f5c9a51daaa1f5 2,653 1.00/1.00 vMB 416
470,266 470,266 0000000000000000002c7d4d5d01fc56ed79c408493ed8307c17c1823e8c0dfc 671 1.00/1.00 vMB 97
470,265 470,265 00000000000000000098ea4d87b7df0c50d721662f6231fe991a23148815e3e6 2,174 1.00/1.00 vMB 345
470,264 470,264 0000000000000000015983e8cebdfc751c1db81227ae8f6d4b6f03c69401fb5a 2,435 1.00/1.00 vMB 382
470,263 470,263 00000000000000000025a4fc2e056a4a454c5447483d4b3600673664f46c1064 2,337 1.00/1.00 vMB 348
470,262 470,262 00000000000000000067697bfdd3ffa53b49326fd814bda68eb9ed7936f4884a 2,588 1.00/1.00 vMB 446
470,261 470,261 0000000000000000006b2ec1a2f01ce7bc80289f9bafd7faccce06a67c08ed4f 2,059 1.00/1.00 vMB 369
470,260 470,260 0000000000000000014f3fe2f62a07de561b4a79f68b46086426d8bec5d3f381 1,860 1.00/1.00 vMB 451
470,259 470,259 00000000000000000051cb5afd1d2b8c83c57b0949c7464e1c08ebdfe59db497 1,919 1.00/1.00 vMB 492
470,258 470,258 000000000000000000f26c23fd8f2c4eef88b26185c6350c30c5bc029312f3a1 1,865 1.00/1.00 vMB 397
470,257 470,257 000000000000000000e026f6fb310d162f447745f9e579333213fe74fab9646c 1,555 1.00/1.00 vMB 449
470,256 470,256 0000000000000000006435331a1e5f06cc1f0f4ebbd547ec0fa4837099fa0522 1,602 1.00/1.00 vMB 528
470,255 470,255 00000000000000000014ed6124fade3d88682ba84ae23e628891577e9c0ce0f5 2,542 1.00/1.00 vMB 487
470,254 470,254 0000000000000000002b098e80adb91b3fb3eab49ba76e4c6dbebcff3b49d89a 1,838 1.00/1.00 vMB 454
Previous 10 blocks ↓
Total Size: 829.63 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: 4,664.72 GB
    • Received: 252.99 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.