Loading Tool

Explorer IconExplorer

Memory Pool

105,560 transactions
28.11 vMB
0.15535970 BTC
Random Selection Loading Transactions
Max Size: 186.89/200 MB

Candidate Block

Mining Attempt ea950d0ed1eb4260b08ef76c952f32f07efad7f61aced4cfc8e7bcc7a3630b33
Version 20000000
Previous Block 00000000000000000001a751891cc37ac8d9bd372e8382bec0a646957cc0ec89
Merkle Root a564ff859e9c2a6f691e87b81d9a789b96f1b600d3cc23ed92489588d9a4bf9a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,762
Size: 1.00 vMB
Total Fees: 0.06275504 BTC
Feerates: 964.38 > 6.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,081 (870,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
45,333 45,333 00000000099aba6094ea347c787b0a9a84de9f24ca20c9b8ed74a0676e087d37 1 0.00/1.00 vMB 0
45,332 45,332 0000000018a62fbe7d5e6d4be4f479f5b4ddd9b39ecbbbc944155c1a8cd15e67 3 0.00/1.00 vMB 0
45,331 45,331 00000000044b8de8a408437cd402fcbdb371d455769cdbf52291b35209166d3c 1 0.00/1.00 vMB 0
45,330 45,330 0000000012e9dec9147774c3a42012e373c5df7213a3675afb49719a7aba4ea6 1 0.00/1.00 vMB 0
45,329 45,329 0000000023edfd4a7c773f3602605fb5bc2c413cf056b97970756a9f2e28e32d 1 0.00/1.00 vMB 0
45,328 45,328 000000001432ea57a5be406e11fb6369233fe7e640859f0ac79a91c425dfe492 1 0.00/1.00 vMB 0
45,327 45,327 0000000006c665424a1fd595f3b5d0aea0ce33ec941c46e99e914c0c6dd1982c 1 0.00/1.00 vMB 0
45,326 45,326 000000000c1844b8c65f0dc815d5c2c371b1a13f80478b304b0933084bfd60c3 2 0.00/1.00 vMB 0
45,325 45,325 000000000f8f4206f611bb88d08696e5c99560259c5227064261ac7388b4ae43 1 0.00/1.00 vMB 0
45,324 45,324 000000002ead887b212fb3bb40215583d0bec9c763802fbe728edaa2bb5af973 1 0.00/1.00 vMB 0
45,323 45,323 00000000381984b8488fc741e0c8e3b14d28b75ab082614ddf783cf7b90c9d51 1 0.00/1.00 vMB 0
45,322 45,322 000000001894f0716e437d71899aeb6b93c2c3ca41728ac0797fcc9d9ebf924e 1 0.00/1.00 vMB 0
45,321 45,321 000000001b77add6ec85698d80466f8eba75c46ba2d0677de967999d17f0e23d 1 0.00/1.00 vMB 0
45,320 45,320 0000000014bd204a2eef5d0cf91ac04e633a8ae029c6708ee27031bc914953e7 1 0.00/1.00 vMB 0
45,319 45,319 000000000a60d35f3e9f390a61dd326105e9491b882ab703a2fd7ea1f9fac473 1 0.00/1.00 vMB 0
45,318 45,318 0000000029446fea7143ae3e5b4bce175c63a6b886fc5bc2b08d6bf62986dfef 1 0.00/1.00 vMB 0
45,317 45,317 000000002fed6b136759aa7f5caf62c0d66a444f96ce7046fc25a6fe1a5695ee 1 0.00/1.00 vMB 0
45,316 45,316 0000000015710363ab1e0e5fc136eaa1796c21b53e1ac0d118e363207ca8ebdf 1 0.00/1.00 vMB 0
45,315 45,315 000000001826f9d4c207ae040fbdbf0b65f85726d54a22c0970acaed1972e49c 1 0.00/1.00 vMB 0
45,314 45,314 000000002935166f8b63c4bf14008d9fa0ef030fbd28551166addccb2e6d329c 1 0.00/1.00 vMB 0
45,313 45,313 000000002437807b6ef66f00699f1392b643f97b1389b233618e80f2d09e4e4a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 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: 814.87 GB
    • Received: 24.06 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.