Loading Tool

Explorer IconExplorer

Memory Pool

33,185 transactions
18.72 vMB
0.05752372 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.70/200 MB

Candidate Block

Mining Attempt e465dcd44c7028c4f036d4b9bcb32cfc240430de581deebf28d5d56b46966a29
Version 20000000
Previous Block 000000000000000000003ca9f8a38a97b15597546f6dd44cc0ec1bb25792e373
Merkle Root 94430c05ea96724f267fc97e3b44d8ed7a0e720dc927e84fb5a84f0158d1fa23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 0.99793675 1.00 vMB
Total Fees: 0.02244432 BTC
Feerates: 502.67 > 2.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,862 (617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,245 913,245 000000000000000000021c2495ffa7ee8583c2368d5eaa6f5f7beeba21d585c3 966 0.35/1.00 vMB 2
913,244 913,244 00000000000000000000627781db74b56cc96f0c13c5a0ec067ee73356bbea42 2,404 1.00/1.00 vMB 1
913,243 913,243 00000000000000000001a3b71b68d0bdc25a7126b332fdb98a9965cb79bce92e 2,433 1.00/1.00 vMB 2
913,242 913,242 000000000000000000006741bb31d9e4c3f4ad49c29d233a4121f51f29cf6437 1,271 0.48/1.00 vMB 3
913,241 913,241 00000000000000000000f6a35db55c0bc46374b0c1bf60f3002dfc10e670be8a 3,363 1.00/1.00 vMB 1
913,240 913,240 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474 2,698 1.00/1.00 vMB 3
913,239 913,239 00000000000000000000b724a933599cd63e6c6b402ccb79f7f44c21eb31e607 6,117 1.00/1.00 vMB 0
913,238 913,238 00000000000000000000164b908803526857e61cef27d504ef1dc95065db946b 4,217 1.00/1.00 vMB 1
913,237 913,237 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d 3,930 1.00/1.00 vMB 1
913,236 913,236 00000000000000000001b4927e4f7a4d85ca97fe900aa6ae45c7cbcf1907343f 624 1.00/1.00 vMB 2
913,235 913,235 0000000000000000000197324d053d762119a9feffab642b50a9de0be43841a5 2,959 1.00/1.00 vMB 4
913,234 913,234 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8 3,075 1.00/1.00 vMB 5
913,233 913,233 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e 2,924 1.00/1.00 vMB 2
913,232 913,232 00000000000000000002171523b0948b2408751d81c5c9847d3c3e54b812a019 2,265 0.91/1.00 vMB 2
913,231 913,231 00000000000000000001b2728193cc8209c3401855766427ea4d0a4edb4338a1 2,394 1.00/1.00 vMB 5
913,230 913,230 000000000000000000009a435f08d385fd460ae021e67efe7d637d995df467c0 1,027 1.00/1.00 vMB 2
913,229 913,229 00000000000000000001c02571042c0baf36458b65db85617878e8175980e0c3 1,496 1.00/1.00 vMB 2
913,228 913,228 000000000000000000016a3c43afd44f5398aafe640082eea8ffe22a1c5ea899 2,528 1.00/1.00 vMB 3
913,227 913,227 000000000000000000013c5056580b5ab980de01ecfce4ef6c5d2d195a9a371f 2,911 1.00/1.00 vMB 3
913,226 913,226 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1 1,412 1.00/1.00 vMB 6
913,225 913,225 000000000000000000014f6fd6c19e3cb8fc09bb6db448ab55e138978a0cb11a 2,728 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.37 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: 523.70 GB
    • Received: 5.00 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.