Loading Tool

Explorer IconExplorer

Memory Pool

82,141 transactions
31.77 vMB
0.10728055 BTC
Random Selection Loading Transactions
Max Size: 191.90/200 MB

Candidate Block

Mining Attempt 42707d9cca1264d8dfdcfc7b3b5be66deb10eb65a64c2c2891e2c546a39f1485
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root be4726b1e547a5468090a5f9b3a20dd5834859e4ad10b33a471e4abdf302f76c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,541
Size: 1.00 vMB
Total Fees: 0.03317936 BTC
Feerates: 265.25 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (108,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,283 806,283 000000000000000000039726ddbfa1aac2d1859c03e73585c0a38f134f76c94e 4,335 1.00/1.00 vMB 16
806,282 806,282 000000000000000000005c96d1f214435b35e80dab5240d2fa4010a9791dcee0 3,300 1.00/1.00 vMB 14
806,281 806,281 00000000000000000000a938fc3e7b78ab21b2c2be21088bef7d9b23bf0fb357 1,811 1.00/1.00 vMB 16
806,280 806,280 000000000000000000028ee2f1668e346cdf974cf94e302dd02998439d4ec30d 7,615 1.00/1.00 vMB 13
806,279 806,279 00000000000000000000646a6db562bfb958bb12d5a2851ac5da43ec696f425a 1,946 1.00/1.00 vMB 15
806,278 806,278 00000000000000000003d3b4034237497e3fe3aaa70587d0486a85b10d80a794 5,078 1.00/1.00 vMB 12
806,277 806,277 00000000000000000000148ce94532b3278afc574f6e6cf5e7d8759d57373cd5 3,082 1.00/1.00 vMB 14
806,276 806,276 00000000000000000001579207ec777f9344b15dfd0e77796dfa30de675aa2af 3,727 1.00/1.00 vMB 13
806,275 806,275 00000000000000000004d3be5c118fd75211935c33d7b4ad50c509d5d0b8d815 5,626 1.00/1.00 vMB 16
806,274 806,274 000000000000000000046070437274a03a444f01a71702acb6dd9a8c2b2f4baa 3,848 1.00/1.00 vMB 15
806,273 806,273 0000000000000000000111f6389d6e452646ff4e84cb3f90e5647274f895f1c1 6,476 1.00/1.00 vMB 14
806,272 806,272 00000000000000000003db402e98ef8bae54fc6da018d6fb0e7fa91878779ae0 4,907 1.00/1.00 vMB 14
806,271 806,271 0000000000000000000198f54bacd65008e9bb1d7f0df5ec68b1a561366f146c 6,227 1.00/1.00 vMB 15
806,270 806,270 00000000000000000003900ae359e9e0e3679b0f0f0aa0b5e36a0ef6be88392d 2,848 1.00/1.00 vMB 13
806,269 806,269 000000000000000000006c83d76028d088d2db4466a79ff4fbe13cf22aa3e4a6 4,619 1.00/1.00 vMB 18
806,268 806,268 000000000000000000025c0f44f9cd7086677e6529b726d343bece934d3e4a91 5,910 1.00/1.00 vMB 14
806,267 806,267 000000000000000000027b4ed7d2f6afcef3424144ce87b86a2bc51082dac54f 6,951 1.00/1.00 vMB 12
806,266 806,266 00000000000000000002fcc062c92c883da7dcea75062655791e98e4408310b9 1,986 1.00/1.00 vMB 17
806,265 806,265 000000000000000000045f6b35252c0fef61e1755cb399a323ca4aea12e8ff6d 2,945 1.00/1.00 vMB 16
806,264 806,264 00000000000000000000b93369ca030defdc146dbbc93e1c9741e91d0957d7e4 7,968 1.00/1.00 vMB 11
806,263 806,263 0000000000000000000317d36959c56318c77a8d61cc9e16956857acbf6fd7b5 6,001 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.73 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: 707.60 GB
    • Received: 16.69 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.