Loading Tool

Explorer IconExplorer

Memory Pool

82,425 transactions
30.44 vMB
0.10415045 BTC
Random Selection Loading Transactions
Max Size: 185.77/200 MB

Candidate Block

Mining Attempt 7d47f3039649f0e86c12e2b4303442ef58e21dcfbde94c1b788426cfdab04e38
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 21042864607752c3aa6f1cf06b7c3d4464452ef7d4e444ab17c55ca43c329a07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.03307735 BTC
Feerates: 402.60 > 3.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (42,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,717 872,717 00000000000000000001701a76303fcb01b1e4c08655a8edb88e99d951c758bf 4,405 1.00/1.00 vMB 5
872,716 872,716 000000000000000000006d582a91d84ba165270591008243e7c4b9d00fbe8f24 2,618 1.00/1.00 vMB 2
872,715 872,715 000000000000000000001409048242d2671c72272b70a17f6d6be3cb1e7a9de8 4,874 1.00/1.00 vMB 3
872,714 872,714 000000000000000000027500b626e67952ff88975a4e179f1efeae0c261b2af8 5,385 1.00/1.00 vMB 2
872,713 872,713 00000000000000000001b1da90644b810b889cff4f6938afeba2aefc8ca335d6 5,318 1.00/1.00 vMB 4
872,712 872,712 0000000000000000000187882a7ebff34fb89eb701b6604e91a657fe383679a2 3,409 1.00/1.00 vMB 4
872,711 872,711 000000000000000000007a50c6b34611ab5c5440ece166310359d63638ad316a 5,299 1.00/1.00 vMB 3
872,710 872,710 0000000000000000000195ade941791d840913e730bd41b072ca60040eb38a43 68 1.00/1.00 vMB 4
872,709 872,709 00000000000000000000996c349c82154c8ff791efa2b41e77d40574db2d9e44 5,267 1.00/1.00 vMB 3
872,708 872,708 00000000000000000001b39bdb084cdbb6d6e4951e9b1167451fff1d0c91134b 4,431 1.00/1.00 vMB 3
872,707 872,707 00000000000000000000e68bdd88143a50f20b34e2647eb64d7ca785b3fe959a 3,016 1.00/1.00 vMB 6
872,706 872,706 00000000000000000000f8ca4a9ac40979435bd58e6b5443e13a4f0c738e19c1 4,058 1.00/1.00 vMB 4
872,705 872,705 000000000000000000002757001821f1bfe3ab257f6d1081a8398da91cf91c00 5,007 1.00/1.00 vMB 3
872,704 872,704 00000000000000000000b1e8daf08b7f9cb2a8705f89bb1afd02aa4f5ff5abd7 4,452 1.00/1.00 vMB 3
872,703 872,703 000000000000000000010e559e5c2634cac91020b16d11c7798b5b70473d9fa9 4,164 1.00/1.00 vMB 5
872,702 872,702 0000000000000000000221e3c13812280661d17213c4c08a838f7ee967d04ea6 2,378 1.00/1.00 vMB 2
872,701 872,701 00000000000000000002210e4e09bfda2696118a01d6151484c76ab1f0bc53ba 3,549 1.00/1.00 vMB 4
872,700 872,700 0000000000000000000011e02e61b2823192327ea93f0d5447f8937ce35a66ee 3,984 1.00/1.00 vMB 7
872,699 872,699 0000000000000000000101f47b6a4540dd806fedeb11b5ad40c27f4d7953afc4 4,776 1.00/1.00 vMB 2
872,698 872,698 00000000000000000000c58b430f7a82d1e1e4936ebefc6069f0c42f5fbe0cc4 3,657 1.00/1.00 vMB 4
872,697 872,697 00000000000000000001b512ee31bb461a6640cbf8ce29f144237501665e721f 4,973 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.