Loading Tool

Explorer IconExplorer

Memory Pool

32,261 transactions
13.78 vMB
0.09382458 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.79/200 MB

Candidate Block

Mining Attempt 043c3ee1d96ca037900023c9dd0b08fc3c678799769971a708d36b637773820e
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 20bf5c8a17a7b32c2652d3adca705c59d1879b84e4de18d60b6129093eb66f10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,968
Size: 0.99799875 1.00 vMB
Total Fees: 0.05739459 BTC
Feerates: 203.60 > 5.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (877,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,402 36,402 0000000001de9abcc81710f873d8e425d069f3b789b937cad8d1c8118b1b9932 1 0.00/1.00 vMB 0
36,401 36,401 000000003c26c0019bbd1b1668be5a5a282edd812666171c7b9f6b4b0ee042a7 1 0.00/1.00 vMB 0
36,400 36,400 00000000479cfcd33b8508841190662caea9c4d9e70fdb53bf9a6cc818be6114 1 0.00/1.00 vMB 0
36,399 36,399 000000005a827b7940abb0db161c8a14130591607da169bb717f9cceb7f9296b 1 0.00/1.00 vMB 0
36,398 36,398 00000000977cce204ef2a304e91c491f551b97015036b7300394ecc1a773a193 1 0.00/1.00 vMB 0
36,397 36,397 00000000abb1be7c75e4f4534c1b4cf256763ee5a94622af8dae75e0cecf84ea 1 0.00/1.00 vMB 0
36,396 36,396 000000009d405523eb02c0bd385da0282b56388139599d41beea64360e398f36 1 0.00/1.00 vMB 0
36,395 36,395 000000003737c4fce410e46df0e24b41951427a9c880b37dcd97d89c07c35361 1 0.00/1.00 vMB 0
36,394 36,394 0000000004155dd01119aeb1e7ed9effb649e042a79f8df3caeece058f18add5 1 0.00/1.00 vMB 0
36,393 36,393 000000004607985697f41fbcbc1ba2c978977e80f28eef9235eeeb95d04c0ed1 1 0.00/1.00 vMB 0
36,392 36,392 00000000ac0525906a64179f189fd6801016ae21a277241902561cecaf89014a 1 0.00/1.00 vMB 0
36,391 36,391 000000006aa05fec5b3bef73e5d623b394e935b6859d0183c97fc1288ee55527 1 0.00/1.00 vMB 0
36,390 36,390 00000000b44a4c4f8e1c5a014f76a33744cacfe790b8905895f88eeff47840bf 1 0.00/1.00 vMB 0
36,389 36,389 0000000003f3e9e2dcc407d54bead37c0e38783e7c0dea0624c7c74674b851a0 1 0.00/1.00 vMB 0
36,388 36,388 0000000090818c3ec900e8391bc0409c23858ab063a3c53e235fed196877f625 1 0.00/1.00 vMB 0
36,387 36,387 000000005ac3d13a359fd38384c37c586a549741f506d894ee97ec54857368f2 1 0.00/1.00 vMB 0
36,386 36,386 000000004eb897cdd066bc03485379ec4881725c2415c3af1b6890874c3309b5 1 0.00/1.00 vMB 0
36,385 36,385 000000006f925254eb71df901ca9ace715564dc3d39cb758e4f9f7e63b20aed0 1 0.00/1.00 vMB 0
36,384 36,384 0000000051d851cfb9f5f5fa3fe9181070972f85d583eb15f49daf82d798456f 1 0.00/1.00 vMB 0
36,383 36,383 000000001ee254d1a5f6b52c16e47e9187924e9834f454545c5c6809f995c927 1 0.00/1.00 vMB 0
36,382 36,382 00000000577e8ff0b92af60a8d3d28e362c6f3aee265de6982c7a2da71dbc15a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 501.02 GB
    • Received: 3.76 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.