Loading Tool

Explorer IconExplorer

Memory Pool

80,624 transactions
30.57 vMB
0.08447337 BTC
Random Selection Loading Transactions
Max Size: 186.05/200 MB

Candidate Block

Mining Attempt 1446b5a4cae8bc0498b63e69e4a13a12c4d8fa31d6b7ef6b2892b586fd383544
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root b483fd69e6e0f8316ff9e5d25bb4f0cdb0d3786b5b83ebab03afe47316e6ed51
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.01549335 BTC
Feerates: 73.20 > 1.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (48,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,214 867,214 00000000000000000000f644b2c183ea4c9b7d15f496b98892557fc543628094 6,224 1.00/1.00 vMB 47
867,213 867,213 0000000000000000000259c4993a5fc2db01c8d78721e8c61060de66a0746cd7 6,815 1.00/1.00 vMB 49
867,212 867,212 00000000000000000000f15b6a4dbe363f82d5e3af0cad1a96276ba14599f598 6,980 1.00/1.00 vMB 56
867,211 867,211 00000000000000000001b419036f88a49771991b734c4336faa49d88603b87c0 6,067 1.00/1.00 vMB 64
867,210 867,210 000000000000000000014f7494d6a32570d037cfecac55b31a265a8692aacc54 6,270 1.00/1.00 vMB 55
867,209 867,209 00000000000000000000d67586f62671d8913e92729de68393c11fde9e3f7d2b 5,596 1.00/1.00 vMB 48
867,208 867,208 0000000000000000000209e599900c2096ea34c7c8bf0f22e15d51f9ff21a706 5,682 1.00/1.00 vMB 51
867,207 867,207 00000000000000000001053dabc34480a162f8d758fabcbd2b4a9cca080831d6 5,057 1.00/1.00 vMB 52
867,206 867,206 000000000000000000010a2bc1993da53023cc0f97387103997097edf1b356b4 6,613 1.00/1.00 vMB 63
867,205 867,205 00000000000000000000de48cb5888c1a7520e8467502f5c13b9a3beb8428f15 5,941 1.00/1.00 vMB 56
867,204 867,204 00000000000000000002de72117ef0db206be7588f960bbc51ebf69656aa69d2 6,528 1.00/1.00 vMB 61
867,203 867,203 0000000000000000000026dd25d6ff93d1a46d30d42c2cb7e4c0123604885a49 6,503 1.00/1.00 vMB 66
867,202 867,202 00000000000000000000920ee16182f8e520f7bf9ecab066aee38565c87bd582 4,578 1.00/1.00 vMB 79
867,201 867,201 000000000000000000007f0510aea7c5b407d998a893e9ac4280f5a8dd217f73 6,575 1.00/1.00 vMB 66
867,200 867,200 00000000000000000002a0d8707a95bb6e119a3958d0069106085120a7c8adb3 5,453 1.00/1.00 vMB 63
867,199 867,199 00000000000000000001c749b3fead92b16f4a1084245490f3f7f7904c165b75 5,031 1.00/1.00 vMB 75
867,198 867,198 00000000000000000002f12116da91e65c1fa480ad7a6fff220bd5781855fe98 5,336 1.00/1.00 vMB 78
867,197 867,197 00000000000000000000313f0a67efd54496628942f0c951526bad747428ac79 6,173 1.00/1.00 vMB 75
867,196 867,196 0000000000000000000256730a334cb27decf5e5d180630c4fec60cc6ab71484 6,324 1.00/1.00 vMB 73
867,195 867,195 00000000000000000000e68fe0eaef9b49fa874eac99518786abd74bb82d2d9f 7,015 1.00/1.00 vMB 76
867,194 867,194 00000000000000000000f780a233ccdecfb39b040c6fafb0e8ed64e5d3294599 5,764 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 783.06 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: 720.61 GB
    • Received: 18.22 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.