Loading Tool

Explorer IconExplorer

Memory Pool

51,522 transactions
29.26 vMB
0.07978684 BTC
Random Selection Loading Transactions
Max Size: 158.28/200 MB

Candidate Block

Mining Attempt 2a6044a90f8fb522c286134acc97dbf9690f6d87474a9d2022999d3633c37a58
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 77b8820a42652c09d95a93a488decec6d701f35801a6aa5ca7a1b73d335bd029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.02375369 BTC
Feerates: 173.90 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (154,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,768 760,768 0000000000000000000223d1e936cf28d4b313a784c97f04b3428e5debbc1c9f 1,692 1.00/1.00 vMB 5
760,767 760,767 00000000000000000000e4706c5fdab78af4cf8a9f3fd56629df99ef6e1d2047 1,916 1.00/1.00 vMB 19
760,766 760,766 000000000000000000015dc410070be20515cd919658787f3d9939fcd05ff9d1 1 0.00/1.00 vMB 0
760,765 760,765 00000000000000000005092f2dbc098cae013cc3a98c399c2d4edbf29f00e00c 2,173 1.00/1.00 vMB 16
760,764 760,764 00000000000000000007026428238266db3e217bf3c667620c6751b1472fb485 2,294 1.00/1.00 vMB 21
760,763 760,763 0000000000000000000714f4db992aa03106ce1d2afd8962fff25057a739ad2e 1,553 0.95/1.00 vMB 13
760,762 760,762 00000000000000000002a23c9a1f70a62d3a6da153d65fcfbf19b5a9d92e6ccd 694 0.23/1.00 vMB 15
760,761 760,761 00000000000000000004a054fab02d25460c0470b3ac9e4bcc4c9a98818e1746 1,621 0.67/1.00 vMB 9
760,760 760,760 00000000000000000003b0a0888ee6dbc5cdd67de6ca588fb08f4fcf4b40250d 1 0.00/1.00 vMB 0
760,759 760,759 00000000000000000001013a99ddb68ed4892c86b106ac8a6bc1071ba2c8a439 1,937 1.00/1.00 vMB 16
760,758 760,758 000000000000000000053f6eea352142c044fc7e7c6cb40206d0feb1d0d722c3 1,494 0.97/1.00 vMB 7
760,757 760,757 000000000000000000066c002a8494dd22282e51e7aa3e8c577ffb45b3955dd7 1,310 1.00/1.00 vMB 15
760,756 760,756 000000000000000000026012a5334d2133911b9d1375bb6f3967153941b7f9e4 146 0.04/1.00 vMB 15
760,755 760,755 00000000000000000001ed6acf5c3458e157dacf112a7d5ad2b494deda3fc212 642 0.24/1.00 vMB 14
760,754 760,754 0000000000000000000278f7981fe8ccc73eae3ed05a5e2099c78a9279545b47 202 0.06/1.00 vMB 16
760,753 760,753 00000000000000000005bb6f7c4918914e10060c1789eed6b65ab23f12cdbf9b 1,994 0.85/1.00 vMB 12
760,752 760,752 00000000000000000004af9d2e9aba81f88d16e9e3c9e58898854e004caf99ae 530 0.16/1.00 vMB 13
760,751 760,751 000000000000000000066cf43a8f98be3a602bb3251ebef870706cda195f946f 645 0.19/1.00 vMB 14
760,750 760,750 000000000000000000074ef1e8d3661b57bc353fceed5e7377f3026fc11e8718 1,200 0.73/1.00 vMB 7
760,749 760,749 00000000000000000006ce20fd3167907bccdeb284f6c0cf2eb8e78e4b17b669 1,471 1.00/1.00 vMB 13
760,748 760,748 0000000000000000000446eee4a31af6d4466ce158749da3c49e10f14a8b23ce 2,283 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.