Loading Tool

Explorer IconExplorer

Memory Pool

39,766 transactions
27.11 vMB
0.05621319 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt a5d0a3a693593c2182dd9a02c894d4ee368c33556740dab64d1c78a2151c7154
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b399783158de255171f527e422d446410c667f4c78d4d3306e695a2f74f5d48a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,334
Size: 1.00 vMB
Total Fees: 0.00595449 BTC
Feerates: 69.10 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (249,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,599 665,599 00000000000000000000629607d1767917b23059eca7c94c99dc3a93dad10f40 2,305 1.00/1.00 vMB 150
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
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.