Loading Tool

Explorer IconExplorer

Memory Pool

45,274 transactions
28.72 vMB
0.12562359 BTC
Random Selection Loading Transactions
Max Size: 152.00/200 MB

Candidate Block

Mining Attempt 9de376e24c1381eae34c693b986ba2acef789a2734dbf96386703fca5bfcef61
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 50663ee36b21ffa3672487d01a5bcfcbc6c54a4f62b13d05341163d981be452f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.07085551 BTC
Feerates: 101.65 > 7.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (249,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,595 665,595 00000000000000000005b83767b0ecf510ea9a9e2fcf5e9ea81cbbf7ba1637eb 2,888 1.00/1.00 vMB 146
665,594 665,594 0000000000000000000a5074ce6c664cc16f4c1efccda75d2f4779d618e2008c 2,332 1.00/1.00 vMB 107
665,593 665,593 0000000000000000000a509d70a7ee44bb2db13c3e97882279b66ec0e1f11429 2,451 1.00/1.00 vMB 120
665,592 665,592 00000000000000000006a19429080d4d5540af19a9d90bcfa2f0a43e068da612 2,770 1.00/1.00 vMB 93
665,591 665,591 0000000000000000000604e442f871cfd1c5cb0110f50fcb0ac59bc53a84355e 2,536 1.00/1.00 vMB 120
665,590 665,590 000000000000000000021c7d83038b057a5402d08aecb4b645e8cbfd0e4861a0 2,524 1.00/1.00 vMB 125
665,589 665,589 000000000000000000086c86c75ea231db9abc92e96c87b24b571a1748954d38 1,984 1.00/1.00 vMB 111
665,588 665,588 00000000000000000001a7001620fe81cb2791c1148cade0c4e572d1b11e0a77 2,530 1.00/1.00 vMB 102
665,587 665,587 000000000000000000031a2b8e906b43ae576d1b9b2cd1a93e9f75299cd2827d 2,445 1.00/1.00 vMB 101
665,586 665,586 0000000000000000000046335627d991cc1792666be8f56f328ddc58b8ba4dd3 2,359 1.00/1.00 vMB 114
665,585 665,585 00000000000000000002af7785d1076768fabc16030baecf4fed057e70853851 2,526 1.00/1.00 vMB 114
665,584 665,584 0000000000000000000008259e3e7c8baff9de08e49d8ee8d640265242f86415 3,147 1.00/1.00 vMB 137
665,583 665,583 00000000000000000008117c7e46685a547848a0114e2993e0c6e00cd500c2b8 2,640 1.00/1.00 vMB 89
665,582 665,582 00000000000000000004a26a0de92b313d6dfeac0e70a39c1afd2d1d92ed002c 2,900 1.00/1.00 vMB 119
665,581 665,581 000000000000000000017b8588892d7554d060e1e37d2bd420f7de945a52ff68 2,029 1.00/1.00 vMB 79
665,580 665,580 00000000000000000007284acd982e64859631709b13fdf960e2d1a128382a77 1,682 1.00/1.00 vMB 98
665,579 665,579 0000000000000000000c715b9d379bc839c75eaaaa44d4b6481318aac88a8420 2,607 1.00/1.00 vMB 68
665,578 665,578 00000000000000000004cd7e3bc8577e1e00efa0918ac2b6442fc74cdd7e2f21 1,942 1.00/1.00 vMB 87
665,577 665,577 00000000000000000006573ca99910e52aa875780c9a9d0dd041c1668f5ffcbd 2,580 1.00/1.00 vMB 116
665,576 665,576 00000000000000000009fb7e25e8fc9c6a8e22dbfe4ed9d81451e48e9b6c0709 2,952 1.00/1.00 vMB 102
665,575 665,575 0000000000000000000447b270163f5244bb04b128fc58d6a69d3c5edff323b1 2,560 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.