Loading Tool

Explorer IconExplorer

Memory Pool

35,840 transactions
26.77 vMB
0.11623216 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 5d9e6d7bd9a28fb11a3205771f8bf600f35b67b8594d8e2479ed2eefaed999f9
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 3e200241badc5cafcdf760da688d1c97da9083609c54ca217ed389800120bcf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,009
Size: 1.00 vMB
Total Fees: 0.06653100 BTC
Feerates: 101.65 > 6.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (904,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,838 9,838 00000000daea17fed830ea437e95b5461b9820c49cbe2fa6ddd0b63b272decab 1 0.00/1.00 vMB 0
9,837 9,837 00000000acc0f1ca3334891819df9916b3e93aa7901bd2046fd9141fe065a05b 1 0.00/1.00 vMB 0
9,836 9,836 0000000025fbf75fb5db7cd88819a5a3d2fc1ef50f405e9f512ca8f40a47b6f8 1 0.00/1.00 vMB 0
9,835 9,835 000000009661f970f6229dc2f3354524bf0c38de6ef3b0cb5ea4f841ce6bf084 1 0.00/1.00 vMB 0
9,834 9,834 0000000019ec79c49298f0178eece3ea02d5d62ce4781b5679524c8f855de1ae 1 0.00/1.00 vMB 0
9,833 9,833 00000000291d1e9992b6fb0950aa42ee916e11c7342c0532dfc996dbc927b3a2 1 0.00/1.00 vMB 0
9,832 9,832 00000000a17bc7e51b85d43b8dbc06f6cd575f94d0050ad3d5c4d3f6cecc88d7 1 0.00/1.00 vMB 0
9,831 9,831 00000000cb436394d614a9f287adf06cc481eb1da693ea873da8c139081a0dbc 1 0.00/1.00 vMB 0
9,830 9,830 000000007f59c710050c4c76857fd164113222ca67e77e97ae2a06a5de36c535 1 0.00/1.00 vMB 0
9,829 9,829 00000000d40f8fd5a583f3c209ada02ffe8a71cd177e7124d9f658f7a0b3e234 1 0.00/1.00 vMB 0
9,828 9,828 00000000db0de32a3c00674d9e61d317669f00292ca2b91ad8958d90ae0aa426 1 0.00/1.00 vMB 0
9,827 9,827 0000000003eb7f288ba713e86a91e40fc34825240b8e353d6083b8dcc4d353e5 1 0.00/1.00 vMB 0
9,826 9,826 000000007509929eb2a348285246eeacdb28c98446f7760b6c2b2a9e98015c05 1 0.00/1.00 vMB 0
9,825 9,825 0000000002f84ce99315f07cc0693fef6caa5720e5f39f7b08199b3fe2fff795 1 0.00/1.00 vMB 0
9,824 9,824 000000000d20a20d5254527145a196dae320ba253bdded919e906852e52674be 1 0.00/1.00 vMB 0
9,823 9,823 00000000b880ef8c65da454b4d662529580180619811f572fb7ff5e8947affab 1 0.00/1.00 vMB 0
9,822 9,822 0000000095f7eb84f5123a78b3446c3d78b080b49ff11877f4bdca2ff8d8bce5 1 0.00/1.00 vMB 0
9,821 9,821 00000000c3443b2573654522476c682b9a757d96e78c86e0587032c95d8057b9 1 0.00/1.00 vMB 0
9,820 9,820 00000000aaee60d583925d51209d30fde95333270f40f19415e9b62ef7e39eea 1 0.00/1.00 vMB 0
9,819 9,819 0000000019844a244ad54bc30ecc9d133fa7b670ca157c5928ef5ab7197c64b8 1 0.00/1.00 vMB 0
9,818 9,818 000000008947233a63940abf57629522f5c9bce91fbe4e26f1dca3ade627173c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 578.65 GB
    • Received: 8.81 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.