Loading Tool

Explorer IconExplorer

Memory Pool

33,584 transactions
26.62 vMB
0.08905492 BTC
Random Selection Loading Transactions
Max Size: 133.76/200 MB

Candidate Block

Mining Attempt b0d6beb4f80ec83e0aefc2385720c91aaefe4e925d990b9ac25a3fe72f53738f
Version 20000000
Previous Block 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8
Merkle Root eb15c24d239c1c692dca3d04e942296cc136f1db18132cfa090bb7ee050d3524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,947
Size: 1.00 vMB
Total Fees: 0.03749685 BTC
Feerates: 300.00 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,284 (798,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,338 115,338 0000000000006fc851fdf8108dbeb092a50673557d28dcdd0046bc6bd8a0b4ee 65 0.02/1.00 vMB 194
115,337 115,337 000000000000de8c7c8ac4fa575e460833637e1c7e80cb1ab106f120c633c9dd 29 0.01/1.00 vMB 1,531
115,336 115,336 000000000000d75f1ddbfd8ab2e05501bc767705b2e6f0918e1236d3aa9a744b 9 0.00/1.00 vMB 0
115,335 115,335 000000000000801664c20d7c6310f24a70758263dca594563f3acd994d5d83e8 581 0.17/1.00 vMB 59
115,334 115,334 000000000000dd291c626d5c336b383c9608d463d3ce771aff85a62cd620edb7 14 0.00/1.00 vMB 854
115,333 115,333 000000000000d111456242fe02574760a311e171c04ced92ec31a99b8ff04546 13 0.00/1.00 vMB 1,764
115,332 115,332 00000000000000c8a14601722f52d08388db50234df7a1996cecce7b35963794 18 0.01/1.00 vMB 895
115,331 115,331 000000000000cdf04d41cc9d94b1aab346257bf3559660b15eed251e11ca097a 17 0.01/1.00 vMB 1,635
115,330 115,330 0000000000009f07ff1e82acb04a0ab5899784b6be3afba9824ed4407adacd94 5 0.00/1.00 vMB 3,879
115,329 115,329 0000000000005dc0ecc5bbbe909057cefa7bd52ead5917ae2348dfec5ca4ebd6 5 0.01/1.00 vMB 0
115,328 115,328 00000000000034354fe124c8041908e21309d621c8742b227ff26ac342b343da 16 0.00/1.00 vMB 1,537
115,327 115,327 000000000000220ac64aed290299ef8158c397ab8fc0da636a4a9a6af98bbd2d 15 0.00/1.00 vMB 1,729
115,326 115,326 00000000000001b0bba1ffcd47c578e46fcaca43c766cfe2ffd596e0ff869785 10 0.01/1.00 vMB 288
115,325 115,325 0000000000002e2304f23d780dede8b296b2736c9f0c6fd9d8b603426f5c9dc7 21 0.01/1.00 vMB 1,076
115,324 115,324 000000000000dbb8d9ab53be6a4c6fa4ddce717c4c9918c3d783db9023dbf280 28 0.01/1.00 vMB 1,660
115,323 115,323 000000000000d14aa9765263ad5229a83336e6cb055b77435e4358fcb9b612ad 14 0.00/1.00 vMB 1,046
115,322 115,322 0000000000003a6b8210a819df1788964fb4deadd05c44ec6e021ab5003be7be 10 0.00/1.00 vMB 531
115,321 115,321 000000000000f137cbd64d54528f0459e5bc585bb6cb11d4d588f3cfc9c5c131 18 0.01/1.00 vMB 1,140
115,320 115,320 000000000000e6f14a0fdbf50fcae60ea1fb4510de9d19c12184e7bfd68b3f00 22 0.01/1.00 vMB 1,039
115,319 115,319 00000000000072e2eb2dc045352397fedf052c1c522662144a22e0b670db029e 11 0.00/1.00 vMB 1,803
115,318 115,318 0000000000008291b2a01ec4e3f6a094fc7a173a44635600d857a5aafcae25df 32 0.01/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.10 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: 579.62 GB
    • Received: 8.87 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.