Loading Tool

Explorer IconExplorer

Memory Pool

77,176 transactions
28.74 vMB
0.07486337 BTC
Random Selection Loading Transactions
Max Size: 174.07/200 MB

Candidate Block

Mining Attempt 4d0d9d2112d82738b546ac336f5094bfdd314d24be301e12143e79361b2bb684
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root aa4466320d08f94496948c08228bc61fa52136a10f0a973d9b68985aa232be66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01509795 BTC
Feerates: 71.79 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (179,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,543 735,543 0000000000000000000159d6123c5053dac812030fe15808b35aea7d067fa718 342 0.10/1.00 vMB 10
735,542 735,542 00000000000000000002e99874a32a95360b01648a81fccb7d03d9d7edd57743 494 0.17/1.00 vMB 10
735,541 735,541 00000000000000000007494bb1db37b5a3b0b3c06db0228ad8641b576624fb26 132 0.05/1.00 vMB 7
735,540 735,540 00000000000000000007bfd2b205d0db24e18716b981ff131a9e480d89a80b03 1,877 0.65/1.00 vMB 10
735,539 735,539 000000000000000000076551f0f85703de3ef41726a9c12d335423733cb6df80 1,018 0.62/1.00 vMB 13
735,538 735,538 00000000000000000004b14e600cc248a69de90a2ad0c232f816181b451d20ae 749 0.99/1.00 vMB 9
735,537 735,537 0000000000000000000184a486c2184fba021e1234f5b245a9f98fee2ba9eb66 310 0.25/1.00 vMB 14
735,536 735,536 00000000000000000007eb6477d9d84471307ae28a30993264684b3479508d13 310 0.19/1.00 vMB 11
735,535 735,535 0000000000000000000728865efc8ab3273072d12d3dbd250e9a6b0ba438a5eb 200 0.05/1.00 vMB 10
735,534 735,534 000000000000000000023bcdff01c1aa41bb4105404772d4e79688ee81be2602 2,200 0.78/1.00 vMB 11
735,533 735,533 00000000000000000000d6eb0558167a34295fc812e7f817d9cddd34cd790cda 1,266 0.54/1.00 vMB 8
735,532 735,532 00000000000000000006190025b6a04485757ca0d969fb5469406e141d7e03fb 1,203 0.47/1.00 vMB 9
735,531 735,531 000000000000000000072f3589962ba18607d8fee0e1510e2745ad011bba1065 934 0.49/1.00 vMB 8
735,530 735,530 00000000000000000007ed737e18327e88e97b8acc1aa7013de6ce33d798bb01 2,421 1.00/1.00 vMB 10
735,529 735,529 0000000000000000000860fb087691f49076d33f99e0c3c348576b59871a4c88 1,776 0.64/1.00 vMB 5
735,528 735,528 0000000000000000000481170c877c342ce3c96de88d2108511a1b751c03e5ce 3,226 1.00/1.00 vMB 17
735,527 735,527 000000000000000000056595272a9bb68a822bdd9fa3ae0b00e2f05496b8d434 1,180 0.38/1.00 vMB 13
735,526 735,526 00000000000000000005dcbb191ffbc2bd576c6be32c412eaeae8a548a353039 2,435 0.99/1.00 vMB 8
735,525 735,525 00000000000000000008763ef0a59cecc9e749909faca9aadbb49da0679ea545 1,212 1.00/1.00 vMB 18
735,524 735,524 00000000000000000005dd929943e33c2e2dfeec64732036d039ab4c061a78b4 424 0.12/1.00 vMB 11
735,523 735,523 0000000000000000000895401c42324f4a23886200ff9e76441cd8c3d27ad48c 304 0.16/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.