Loading Tool

Explorer IconExplorer

Memory Pool

52,125 transactions
30.04 vMB
0.09071603 BTC
Random Selection Loading Transactions
Max Size: 160.41/200 MB

Candidate Block

Mining Attempt 9d368e0144406a6e924fa797aee2ff5632a35d0f79e4f5aaf3eeab3ecb9ff8a5
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root ed329471fb8985111b9dd72d33fe82141baa9f4abe04f875692212c864e8007b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.02633020 BTC
Feerates: 201.13 > 2.64 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (904,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,842 9,842 00000000e8abf3d8f51adfe484443d87f054de0632a7330f3b9f4e1be1225610 1 0.00/1.00 vMB 0
9,841 9,841 00000000a24ffe7c80ead2ec6243cc63ccf856b283fcc540f99c0290d8c83d84 1 0.00/1.00 vMB 0
9,840 9,840 00000000d846c5fbd90fe25130cfc4c62e07594c5d98b8fcb13110d38fe56a23 1 0.00/1.00 vMB 0
9,839 9,839 000000008bfb183e9d375292344ecd35899c258bddef56ee091b61dda63a66c2 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.06 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: 577.79 GB
    • Received: 8.66 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.