Loading Tool

Explorer IconExplorer

Memory Pool

77,164 transactions
28.43 vMB
0.08859424 BTC
Random Selection Loading Transactions
Max Size: 173.06/200 MB

Candidate Block

Mining Attempt 0e5110c147a8fff064c4d11b4de7472ee4c777de1201be335945f3125d57ca73
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 50f7a778f6666361934d07f9cf0b42c9788e57e421b11e148cf095ac35f09253
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,612
Size: 1.00 vMB
Total Fees: 0.02490051 BTC
Feerates: 477.45 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (124,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,280 791,280 00000000000000000004e97b08a51e38cd47d8a14124a72d7ea492d8aca90f6c 3,880 1.00/1.00 vMB 90
791,279 791,279 0000000000000000000373328c8ebf457b72d843905a79d3e14c8adbe43395ea 3,860 1.00/1.00 vMB 86
791,278 791,278 00000000000000000005a7180d81329d12994cf5ba96f1bff641c1114e3ba4f3 3,356 1.00/1.00 vMB 92
791,277 791,277 00000000000000000000f5e656bcb8bb12d6c76bec39f2bbe56aedab65754014 1,939 1.00/1.00 vMB 59
791,276 791,276 000000000000000000035fdb2a821c607e6f3e2d5710eb3e1f3100773a8b1524 2,024 1.00/1.00 vMB 62
791,275 791,275 000000000000000000041b5eb5ab45293e30d0ab6e93a585989d600dbd5b40d9 3,146 1.00/1.00 vMB 66
791,274 791,274 00000000000000000004e866a7c3737c6c2ced83ff0a6d9afd43b441d68f8074 3,663 1.00/1.00 vMB 71
791,273 791,273 000000000000000000013c4448e53706f1405773ed8798cd7b8cb0f21d91a723 3,039 1.00/1.00 vMB 99
791,272 791,272 000000000000000000020d91e0683bb84b5a79d497262963ae627eda49eb9fbd 2,818 1.00/1.00 vMB 50
791,271 791,271 0000000000000000000204b05c030b64d26df5629ff1ab3c291c71dc933a101f 2,393 1.00/1.00 vMB 59
791,270 791,270 000000000000000000024430ea60f8384dc6841561644f2e589f5cb2eba55596 1,529 1.00/1.00 vMB 57
791,269 791,269 00000000000000000001c238437dec3a7aa69cae802d69d08cac32bc3c595d32 3,519 1.00/1.00 vMB 65
791,268 791,268 00000000000000000003cba45eeb0e8cae38de3ae5a36356827e1c8accc0e61e 3,060 1.00/1.00 vMB 69
791,267 791,267 00000000000000000004ae561bac395b2794e9b10cb86564424f5c7cb0559bda 3,149 1.00/1.00 vMB 81
791,266 791,266 000000000000000000031edce22d4515794f6a84b3194ac717d236cb6eea96ae 2,394 1.00/1.00 vMB 60
791,265 791,265 0000000000000000000230b0ca0458d98eb7dbf62e541e728a4ddaad276aba37 1,606 1.00/1.00 vMB 32
791,264 791,264 00000000000000000002053d023d8cad9a6422a50647b368b8c02d1afdc90e08 2,624 1.00/1.00 vMB 47
791,263 791,263 000000000000000000044c2b01f4a926b252757d333c1b2835aaa9dcab46e7bb 3,541 1.00/1.00 vMB 27
791,262 791,262 00000000000000000002311f2aac375b069a28fffee84d455ca97ca0abf73279 3,545 1.00/1.00 vMB 46
791,261 791,261 00000000000000000004c9e13492e6bf36659f03923572467688114c864b2b51 3,526 1.00/1.00 vMB 41
791,260 791,260 00000000000000000000fe0ca395909eca566eb5cf7881ec7b4956a101ace5d0 4,259 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.