Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

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

Blockchain

Blockchain Refreshing
Tip: 915,323 (519,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,345 395,345 000000000000000006c4bce1a2b289c8500f25023a64fbce594bda9972b6d185 1,693 0.93/1.00 vMB 69
395,344 395,344 000000000000000007594960536a982772e40e0f7bc0ca978a4c60a24851a8ef 1,913 0.93/1.00 vMB 55
395,343 395,343 000000000000000002fad66ea371a0360e9d82c7aea49194810eec9a2043a71e 987 1.00/1.00 vMB 23
395,342 395,342 0000000000000000044cfd18d1776cbd0b2aec695df1e4e49a9e91b331d98f08 1,433 0.93/1.00 vMB 32
395,341 395,341 000000000000000000eceeb907257cb869cd3dcf271016ba5b068fd2a81aa344 2,134 0.95/1.00 vMB 49
395,340 395,340 000000000000000005f86c9b6e1d4f9176bb9c509a2361fb832226c4243f62cc 2,224 0.93/1.00 vMB 59
395,339 395,339 00000000000000000025a0d054cf36b18cc7ab2714e679074f487a3a131c6014 1,554 0.69/1.00 vMB 50
395,338 395,338 000000000000000000367b04ffd5d1b917ee5beb9f97182f10e5daac908ab8ab 2,703 0.95/1.00 vMB 62
395,337 395,337 00000000000000000827a2f746d0591d6a8df160e79abaa4fe89be1ea2f4ac10 3,746 1.00/1.00 vMB 102
395,336 395,336 000000000000000004457a84d22698e55691dfeb8c2c374189c2d5519edd3520 1,776 0.93/1.00 vMB 38
395,335 395,335 0000000000000000068b6a5a396d8ef49a41f676503b0881d5b54f5ec85a7680 1 0.00/1.00 vMB 0
395,334 395,334 00000000000000000879ee71cd1e90bb11fd199c1ab8c24435f124fe4701e4f6 1,410 0.95/1.00 vMB 23
395,333 395,333 000000000000000002701fba12814a93b24b26d0e40c57bcbab5ed845f1f410b 1,186 0.93/1.00 vMB 36
395,332 395,332 00000000000000000369af395ee65d42ef4b04f12da4dc3b20f4d84cca98dbe8 999 1.00/1.00 vMB 25
395,331 395,331 000000000000000003b3c2d5187fc3d58e74275505c10cc5be600a29a774dbb5 1,717 0.75/1.00 vMB 45
395,330 395,330 00000000000000000436e64dab670b16edd0e1c848f16fba502bf01c47e24a51 2,641 0.93/1.00 vMB 54
395,329 395,329 0000000000000000036eae703565a69d92cb8e47cd22dfe1a9844d0bdbf0e080 2,284 1.00/1.00 vMB 43
395,328 395,328 000000000000000008692cc3d56034238e8a1d770e590ef299888cf0d8f5b00b 3,547 1.00/1.00 vMB 66
395,327 395,327 000000000000000000048f23fb643daa90e2fb801c809edac26647f50c2c0284 52 0.07/1.00 vMB 28
395,326 395,326 0000000000000000029cbd4c4d69a7ed408ec196316e2a8fc777c6479ef4e8e0 1 0.00/1.00 vMB 0
395,325 395,325 000000000000000002e906ae6cd52e7043429fe17a324b839539d1ca650517e9 872 0.95/1.00 vMB 68
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.21 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.