Loading Tool

Explorer IconExplorer

Memory Pool

37,916 transactions
26.06 vMB
0.06054765 BTC
Random Selection Loading Transactions
Max Size: 134.56/200 MB

Candidate Block

Mining Attempt c23d69c950e016453099d483fa86b549108df9c9f9f00733dc9c7b9df0c53f3e
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root ecc3ab05ed5371995d77adafb5f4b174f471ba4281a236ad3c128ff93b6ee391
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.01297083 BTC
Feerates: 265.25 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (260,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,181 654,181 000000000000000000002e1a8176215e21608a96a5ebd28af48b10da8c7bacb5 2,643 1.00/1.00 vMB 105
654,180 654,180 000000000000000000087fd7664236d985ff459b4cbda41731411994c8d1e4da 1,680 1.00/1.00 vMB 43
654,179 654,179 0000000000000000000c96fcd71b00b5c78b1bf07723c9ea5c4d270b2fe5e937 658 1.00/1.00 vMB 16
654,178 654,178 0000000000000000000291439b9cc617ea364dae45aa94ef79f96a0424d8cecd 814 1.00/1.00 vMB 22
654,177 654,177 0000000000000000000964b4a67933086470eac375d87ddb5940d9f71b47f711 1,826 1.00/1.00 vMB 4
654,176 654,176 0000000000000000000cd5aa4474edab891697ca76ef89d768f91a434be347ad 1,513 1.00/1.00 vMB 86
654,175 654,175 00000000000000000007ce03905dab79b810bef1db252a986ad2341b46c25fda 2,241 1.00/1.00 vMB 97
654,174 654,174 00000000000000000003d9224a6f48f071586e722abd774a8e3efa0e8768c621 2,775 1.00/1.00 vMB 100
654,173 654,173 00000000000000000002f468e0f9ffe18990e743cdca09789e3547bd282cc8b3 1,277 1.00/1.00 vMB 15
654,172 654,172 00000000000000000008b59845865ba01873f698ea59b6e8f18adf018155ad8b 1,794 1.00/1.00 vMB 54
654,171 654,171 000000000000000000086c241df0147f058d903a83035e0e005c10118b53c876 732 1.00/1.00 vMB 19
654,170 654,170 0000000000000000000090df6db0afe2828ca157f886afd88c5677fc32c5aec1 1,736 1.00/1.00 vMB 25
654,169 654,169 00000000000000000000f7c8dbb224324e3e1c6691b978913c2491561e155ad4 1,986 1.00/1.00 vMB 18
654,168 654,168 00000000000000000006aa2b321c34f4ca080dd26f8c9070be8f1ebcb9fa8b43 2,550 1.00/1.00 vMB 22
654,167 654,167 0000000000000000000d6644d09e289d62d3b0e003bc1d8cdab81ae940309a47 2,184 1.00/1.00 vMB 34
654,166 654,166 0000000000000000000d0446d1c3157bd93b5e86899e1577b41b63d210ddefb4 2,706 1.00/1.00 vMB 26
654,165 654,165 00000000000000000003c1f683d20abffe1c8d914884e40dc5610575e627d566 2,689 1.00/1.00 vMB 23
654,164 654,164 00000000000000000007fe7e9a39a3c750adb28219b96e655d0ee15a07b4f1cf 2,396 1.00/1.00 vMB 77
654,163 654,163 000000000000000000046957f2ac9006e316f27f99d94f0e802ce05ab7edd06f 2,251 1.00/1.00 vMB 12
654,162 654,162 0000000000000000000140d1e7df7e9a1a4c9066193d7b0d8c3902f78274eb73 2,259 1.00/1.00 vMB 71
654,161 654,161 00000000000000000007336a0a2e3e3eefc450e9e93d1c2a56c9fd93ddef025d 2,107 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 656.66 GB
    • Received: 14.40 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.