Loading Tool

Explorer IconExplorer

Memory Pool

76,608 transactions
28.56 vMB
0.07329171 BTC
Random Selection Loading Transactions
Max Size: 172.92/200 MB

Candidate Block

Mining Attempt 4295b107e8018cfe58820f330e7a8b7207e1c5e08afb1abee0745787be45803a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8d9edc6b0ba49cd2379f2b6dfd13c1b1df84ef6cdc2cfaea1e24a2821e1ef5fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,588
Size: 1.00 vMB
Total Fees: 0.01370395 BTC
Feerates: 214.59 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (72,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,207 842,207 0000000000000000000292898acfe4e63948da99162ae12ae45d924965c4f007 3,048 1.00/1.00 vMB 111
842,206 842,206 00000000000000000002ac885fab3cd598f5ae4092fc92b3d4c7096ef0f0caae 3,644 1.00/1.00 vMB 43
842,205 842,205 000000000000000000010fdb8984aa7b2bdee533fbd9541cf652fee79879b14f 3,432 1.00/1.00 vMB 81
842,204 842,204 0000000000000000000305cae468324fb9c7ad2d54248a9d13c8b150b232b366 3,470 1.00/1.00 vMB 72
842,203 842,203 00000000000000000002d4cd2a2e61f46ccb7ff2a37088cf88280404a3b5cb3b 3,591 1.00/1.00 vMB 88
842,202 842,202 00000000000000000002941d26b21f375d4add93f7a9715d3ea818c4f38e540d 3,347 1.00/1.00 vMB 57
842,201 842,201 00000000000000000002d2fb5fdbbc2183b02347e5ce2a05bf0f20033801ed92 3,277 1.00/1.00 vMB 103
842,200 842,200 000000000000000000031e29eb7a2d3b1149f38be2881902da3de69ecf1cb655 2,599 1.00/1.00 vMB 57
842,199 842,199 0000000000000000000081efe36981177560d002de968aaacd5713dc6af9e76a 3,375 1.00/1.00 vMB 53
842,198 842,198 00000000000000000000b2a12e9e2ba730fa14b4906225eae3eac0b4ea0930d9 3,995 1.00/1.00 vMB 45
842,197 842,197 0000000000000000000086c9e2228c05ad4278305a57b9cf95ca07aaef11c49a 5,946 1.00/1.00 vMB 34
842,196 842,196 00000000000000000001cc0502cb750491b3e9c6b8ef72366000c1b8835098fd 4,728 1.00/1.00 vMB 58
842,195 842,195 000000000000000000009a9254fc10b73cb6d7873ddb14b112d1319ad6bdbfaf 4,793 1.00/1.00 vMB 46
842,194 842,194 000000000000000000005536a454513203bc348c4e5f408a8ee78daaeb3f6b71 3,312 1.00/1.00 vMB 67
842,193 842,193 00000000000000000001d96acb5cd07a1ecc81223a57817a66685f22bd3c108e 3,589 1.00/1.00 vMB 138
842,192 842,192 0000000000000000000186d876cdd30e3c127328cc075daf0ccc81c661d6e19d 5,039 1.00/1.00 vMB 44
842,191 842,191 00000000000000000000d1e9323bb828c8d295a9b644759b754fa41b922b5d9e 4,536 1.00/1.00 vMB 72
842,190 842,190 000000000000000000003a7e47a06d681fd622ecc97fd1c3288b5d9951ec4ebc 4,088 1.00/1.00 vMB 44
842,189 842,189 0000000000000000000008c85653b32ae44ceae22edb70b7700382c02da13cda 4,175 1.00/1.00 vMB 73
842,188 842,188 00000000000000000000d2baadd09f9d1dafdc2985cd80b2a0616b706fc57558 4,138 1.00/1.00 vMB 102
842,187 842,187 00000000000000000002be41ebd1a1f0e846c1e94aabcf7b3a5701692a74ff95 5,351 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.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: 672.16 GB
    • Received: 16.16 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.