Loading Tool

Explorer IconExplorer

Memory Pool

17,143 transactions
8.14 vMB
0.02903323 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.11/200 MB

Candidate Block

Mining Attempt 5c53d886751048555eb35f00f417f3e2ba91ddb66d923405a4593544616f6ce5
Version 20000000
Previous Block 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2
Merkle Root 0dc19d20d3570710e710093ded1717c0053118a7f78d3e2b32aff9884adee6b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,349
Size: 1.00 vMB
Total Fees: 0.01207030 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,416 (794,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,839 118,839 00000000000090cf01d32379d66a7611656be44669fc7b58846b10e81cbdf354 18 0.01 vMB 122
118,838 118,838 000000000000b4297488b4769cfe258aaca06d837742fe5d9819a40986b291b9 1 0.00 vMB 0
118,837 118,837 0000000000003706cb7804a82b52ce96861826929e58c2306ad23c332650c844 12 0.00 vMB 0
118,836 118,836 000000000000c0f7c91e08dc993bf40849dde4d3dbd471d38dad8a58019546af 10 0.00 vMB 0
118,835 118,835 0000000000007d6fd5addb737b9f6c494744e8a4b3954afd08392055a2118488 7 0.00 vMB 0
118,834 118,834 0000000000006b9932d54670a6ee6e97355f096fb21adb250dfeb65cd19a3270 3 0.00 vMB 468
118,833 118,833 000000000000572571ada2edfd160a3607ec21c67145d4b38241a978010ecfc9 21 0.01 vMB 481
118,832 118,832 00000000000078ca1fa32090704bd4f507dfc85961d0e43fccfb7f9fb121eff7 1 0.00 vMB 0
118,831 118,831 0000000000007e1dbf2aef39ea0163f354bd29dd295557a3fe404d562e31629c 3 0.00 vMB 0
118,830 118,830 000000000000141d0651bc8c3689864495b57153b1308976690a36eca8dfae32 11 0.00 vMB 0
118,829 118,829 0000000000008095dbb23307a92516b2044865d78e450ced96f064f7b81a8abd 11 0.00 vMB 0
118,828 118,828 00000000000043c1aa36876b8c02363ef7e7dd3bcb3b045ec776267789b91da2 81 0.02 vMB 0
118,827 118,827 0000000000002d533ff0e59ee25496b4f403d8ce7b4b7fcd9181dadad8f625b3 9 0.00 vMB 0
118,826 118,826 00000000000020d4a2fad35725cf183adb345c01bc67925a610ebd16fdc94d0f 7 0.00 vMB 0
118,825 118,825 000000000000223bc4b1155ed3cbac59c14a7a899831d1f4c019c52bfda97d14 10 0.00 vMB 0
118,824 118,824 000000000000a5dc0ecabb360edd56227504d78e05d6998aaf81933b529d38a5 12 0.00 vMB 0
118,823 118,823 0000000000000325a5b54d4b2e56b2962355d5a314d3af402b007c5f0877b02d 6 0.00 vMB 0
118,822 118,822 00000000000094f03c0b9e8ac08449930bf9ab0c97f4b08c7012593252bc12fd 11 0.00 vMB 0
118,821 118,821 00000000000074e616b426f5dc934120a9b9fc4e61008f18c9ed69631d772171 11 0.00 vMB 0
118,820 118,820 0000000000005a5b2bc91f88053870c5ab90dc2b57e5913f7686590beb1605cd 6 0.00 vMB 0
118,819 118,819 000000000000a2b902daae0be9e5b17ad3a940f672f256874f3a7b94afa45468 6 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.59 GB

Node Details:

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