Loading Tool

Explorer IconExplorer

Memory Pool

26,330 transactions
27.28 vMB
0.06618036 BTC
Random Selection Loading Transactions
Max Size: 130.43/200 MB

Candidate Block

Mining Attempt aa784daee1452fb917999f499633ad43584be8657cc6c2a2075415467efb4dda
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 0901b59825e50811395908b216a5a912e7f4827a9c2f49e5ed75d294dbd15b51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,387
Size: 1.00 vMB
Total Fees: 0.01464277 BTC
Feerates: 150.93 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (296,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,802 617,802 0000000000000000000d34d3b539c635200e526ac72079c4d0513ddbb141a830 1,046 1.00/1.00 vMB 5
617,801 617,801 0000000000000000000ccfcbc9f11bff5fbbdb32c52794e9d715694242df2998 2,249 1.00/1.00 vMB 8
617,800 617,800 00000000000000000004c96638e3278fee7f14698ff8f4bc218772edd8f05b29 3,066 1.00/1.00 vMB 28
617,799 617,799 000000000000000000003f9cc3ed1209b8d2031c22e2140417dfe4ad8f88b3a9 1,472 1.00/1.00 vMB 12
617,798 617,798 0000000000000000000ead099f38bfac2adadb2ad03c05acf13148b98d2701e9 2,672 1.00/1.00 vMB 23
617,797 617,797 0000000000000000000ecb65be5bad6bc6e637b4c45e75f63c7726c27348e696 1,957 1.00/1.00 vMB 15
617,796 617,796 0000000000000000000b9d36b1a7668defa8b153f16d07b9a9ffdfbea54fc808 2,344 1.00/1.00 vMB 19
617,795 617,795 0000000000000000000d446d2d42603633658aa44d203bbad0a323ba2615d288 2,094 1.00/1.00 vMB 17
617,794 617,794 0000000000000000000e71121febfaa83fb9f81cc8aec65e6f1bc0cf40c115be 2,667 1.00/1.00 vMB 15
617,793 617,793 0000000000000000000f9df2338690024ec209b9290068634bfd4fa176f6f071 3,281 1.00/1.00 vMB 20
617,792 617,792 000000000000000000090b47834d55acad49c313d7ea6e77184b17d2857ede98 2,946 1.00/1.00 vMB 21
617,791 617,791 0000000000000000000d5c0bfa55176e16738b20a72de1a55359c601ea3b6348 3,174 1.00/1.00 vMB 19
617,790 617,790 0000000000000000000b4b69943bd48526121f4770722676f9a768f82592e6a5 2,376 1.00/1.00 vMB 32
617,789 617,789 0000000000000000000082cef47211d6020ee551fa03dffa7f7197566354230f 1,945 1.00/1.00 vMB 23
617,788 617,788 0000000000000000000dfc3f1cb6b66db338c88e98d70db26b6102423ca0a71c 2,113 1.00/1.00 vMB 21
617,787 617,787 00000000000000000009fc01c0a37395cff227d779831e56a9e6d32f476f75b3 2,067 1.00/1.00 vMB 32
617,786 617,786 00000000000000000002c9adc6ac53cc5172778f87d20a55f1159de466a18c6b 2,244 1.00/1.00 vMB 52
617,785 617,785 000000000000000000021b0e08b57425558fe7c4039af4558d12cc59deab89e7 2,725 1.00/1.00 vMB 13
617,784 617,784 0000000000000000000c15e89daf814b80f111dbd49fdca37e94903f4eafa497 3,309 1.00/1.00 vMB 32
617,783 617,783 00000000000000000006b664ea18a19f0778eecd3f956271ab9b28f65f5f818d 3,201 1.00/1.00 vMB 32
617,782 617,782 0000000000000000001018f592c876ffcba288b1b842d3a4ab7a678906d41d38 3,027 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.