Loading Tool

Explorer IconExplorer

Memory Pool

79,096 transactions
29.27 vMB
0.09799091 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt 562bb48293a8f74a9b5279ae63521bda986054e81bf3c75363d7705dbdf925e3
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1d99f61eac0cb3b82f78403b6ee1048a7af85d4b22df71779ca8b64db8ec6661
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03619697 BTC
Feerates: 477.45 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (255,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,391 659,391 0000000000000000000d5d26bc46f7890903322b98221a4afb6c68ba8832ded2 3,006 1.00/1.00 vMB 120
659,390 659,390 000000000000000000015dbaf296d84f37e5c2c6eaef324a36261b3c30a2c6fa 1,938 1.00/1.00 vMB 103
659,389 659,389 00000000000000000002cadff62aa40e108face0562d2629c2d8dd9adcbeae35 2,400 1.00/1.00 vMB 115
659,388 659,388 00000000000000000003c28fffcd02a5efe79e026984073e2b2143024233b697 2,988 1.00/1.00 vMB 100
659,387 659,387 0000000000000000000c6fae1a83d89832735e91a95b05ace1c66cb8aad1e009 2,996 1.00/1.00 vMB 107
659,386 659,386 000000000000000000033ca861f5ebdb89dccb9732e853e2a0ce593db99d1d49 2,356 1.00/1.00 vMB 114
659,385 659,385 0000000000000000000587a1cfb1a3c8eb0c8ec736ab66944695d01f6fa1e7d7 2,739 1.00/1.00 vMB 114
659,384 659,384 0000000000000000000a17acb523f95dcae0d7f5d5b57be2d19867ecfedf14cb 2,676 1.00/1.00 vMB 117
659,383 659,383 000000000000000000075481b79891fac5951de07dfb35966eb00da49728d318 2,816 1.00/1.00 vMB 131
659,382 659,382 000000000000000000019734e76ef8208ee2376f9e96fb87bbac266f0eba87c6 1,729 1.00/1.00 vMB 95
659,381 659,381 0000000000000000000178420bfde7488683d6e42889636e2b077f01a8b6ed9b 1,616 1.00/1.00 vMB 95
659,380 659,380 0000000000000000000bc84fa96431d7fb54b6eb3ad5e65dbac604f8d5f76d9d 3,080 1.00/1.00 vMB 105
659,379 659,379 000000000000000000061fb5a6baad186a2ff7b22251c99e834696525608b0f3 2,562 1.00/1.00 vMB 105
659,378 659,378 00000000000000000006240154c8d4f98dd94af04d1101c404e8ebdbebc3bb15 2,615 1.00/1.00 vMB 111
659,377 659,377 000000000000000000044c76b470663e98f8cc3843f99cf9b9da7008657b68ee 3,008 1.00/1.00 vMB 148
659,376 659,376 00000000000000000005d6fcc5aed65e463890125e213447b96e0bd9e1ebe1a7 3,000 1.00/1.00 vMB 92
659,375 659,375 00000000000000000009692dbf96445b1e4f4c305193bdaeadd8f017e7ec4124 2,843 1.00/1.00 vMB 113
659,374 659,374 0000000000000000000de73708fd951d44becb7768fe95c25e41839912fdeb61 2,619 1.00/1.00 vMB 101
659,373 659,373 0000000000000000000644e20f413e78a13898620b90a642da64e6afe7848e4d 2,496 1.00/1.00 vMB 120
659,372 659,372 0000000000000000000315e4e20860503df48bbc84341a003e7ea688cc32de8e 2,928 1.00/1.00 vMB 88
659,371 659,371 00000000000000000002aea9f58d6c67ee695b73852fadb16fec7aae4c869da7 2,794 1.00/1.00 vMB 98
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.17 GB
    • Received: 16.17 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.