Loading Tool

Explorer IconExplorer

Memory Pool

55,587 transactions
31.72 vMB
0.19630761 BTC
Random Selection Loading Transactions
Max Size: 170.92/200 MB

Candidate Block

Mining Attempt 4e7385c56a3ee7be2eaed07ff04fb34609bd952c252e8865387ab6844251848c
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root f4b701bb62cd484cdfa3421e35a93b9414073e598087d857ed92a5f14c76fe43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.08933669 BTC
Feerates: 502.46 > 8.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (249,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,598 665,598 0000000000000000000a731bfdb5bf10586cbb920f1f55128bb66cb861ffc4d8 2,448 1.00/1.00 vMB 134
665,597 665,597 00000000000000000007d13f9ed986513e2204cad1d9e57a8413fada9ee240e7 2,736 1.00/1.00 vMB 151
665,596 665,596 00000000000000000009ac26771e27de3450cdf83d8cb3635f181efcde16434b 2,254 1.00/1.00 vMB 119
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
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.