Loading Tool

Explorer IconExplorer

Memory Pool

79,280 transactions
29.68 vMB
0.07664665 BTC
Random Selection Loading Transactions
Max Size: 178.04/200 MB

Candidate Block

Mining Attempt 764b4d05fc146f1859bf43c1ddee3f9e2fc3581caa53c66289baacb1904fcd53
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b5ff3a179cd3f0f974c46284798c85535254c46780df8f5d61946d3b94b3f987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.01629318 BTC
Feerates: 313.32 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (616,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,449 298,449 0000000000000000166b129bb61eeb5f8256502eb161dfb2ae013265ee44b3cb 398 0.40/1.00 vMB 20
298,448 298,448 00000000000000007076e24da4d2bb0294c0068bc7472013f68e01644856028d 673 0.50/1.00 vMB 21
298,447 298,447 00000000000000007ea575924254d5ff79923a6ea950c159cd673e9905ab1d45 594 0.25/1.00 vMB 37
298,446 298,446 000000000000000026ee085580b472e73191bb7a1540c90cf303e6cac4607385 1,150 0.35/1.00 vMB 70
298,445 298,445 000000000000000001732ffee213112cb51302e03be0a535cb7308126d2d3911 599 0.29/1.00 vMB 33
298,444 298,444 000000000000000088734d90708752e4e785ef34533de72149e0fd3031d24be5 570 0.33/1.00 vMB 33
298,443 298,443 00000000000000002b6043dd8f57164a4bad2c490112f671dda4b79943378e8b 83 0.06/1.00 vMB 10
298,442 298,442 000000000000000073da8dcc0fffdd663e8d021a71c42d68ce2703072bba8aab 150 0.08/1.00 vMB 31
298,441 298,441 00000000000000003fe60bf088243af2c19ddeac9f2a9bc8c8a639bc16bbc63a 1,005 0.50/1.00 vMB 39
298,440 298,440 000000000000000078eb8425ea3648ade0b74d158a573ffe5375288140b60c50 890 0.50/1.00 vMB 49
298,439 298,439 000000000000000073fbc869b540d2db9e645faf64da98ef2370923592aa1e3c 53 0.04/1.00 vMB 8
298,438 298,438 000000000000000060759012eb5d27de983d86cd7f8da5f0fbcd1920d29c4585 183 0.09/1.00 vMB 30
298,437 298,437 000000000000000036b6cce6cb9c28e72c7299da29246cd6edc9e9d4a8edfcf7 114 0.18/1.00 vMB 14
298,436 298,436 000000000000000012999e53e0b9494e9c7b8009626742be8ba2ce519ac153ad 505 0.35/1.00 vMB 25
298,435 298,435 000000000000000070fb0313e6249c6884182f3d8a369c5c45cc16d07b9ee8fc 899 0.35/1.00 vMB 39
298,434 298,434 000000000000000024c90777a0fe99562d823250089251aee1997754b9b47dc5 240 0.16/1.00 vMB 29
298,433 298,433 000000000000000065ffdde50cb3d46cbcf414cff13078496200961f1d54b01c 285 0.24/1.00 vMB 22
298,432 298,432 00000000000000003487026138477982d5e9c32879d365079d887a76a35bcdc8 932 0.63/1.00 vMB 24
298,431 298,431 00000000000000006ef6b4b25f41cdf700dbe746f57d213d5102d3889273db64 632 0.25/1.00 vMB 41
298,430 298,430 0000000000000000685c262ff31ca2c4780292087fde02811f26b574ab952ced 243 0.13/1.00 vMB 38
298,429 298,429 00000000000000002588e412d47690d2b277f7bb569f8d294365cb766f35f9f2 84 0.05/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.