Loading Tool

Explorer IconExplorer

Memory Pool

78,145 transactions
29.34 vMB
0.06462353 BTC
Random Selection Loading Transactions
Max Size: 176.28/200 MB

Candidate Block

Mining Attempt eb1cebdb51c9e4cb6f5ed41db3670f3f44ad639d778ff56af9c2db6e67fc796e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 09ae36af42cb46db3e7f88b996739377fb94374b88d09b0d5cb5f26f0dd03422
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,106
Size: 1.00 vMB
Total Fees: 0.00512132 BTC
Feerates: 18.31 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (889,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,746 25,746 00000000a0df572a9e26af83362522b0ca26267fa220bda9471781e78e4679f3 1 0.00/1.00 vMB 0
25,745 25,745 00000000372fb26dfd0cc5a44412b01327a050cdfc066fc8843c15c50f16fe08 1 0.00/1.00 vMB 0
25,744 25,744 00000000a838125bbb0a89c5b6c494fbad025d3379115a361924fd3c53d66ee1 1 0.00/1.00 vMB 0
25,743 25,743 000000006c6c83c10133b0ca07c4c3e55784fc69b588ebd2197033f3483eedaf 1 0.00/1.00 vMB 0
25,742 25,742 00000000cebe30997b41942d9456d83f0013ae5b9f9899c86d322ac99a32c40c 1 0.00/1.00 vMB 0
25,741 25,741 00000000e156090e1d99c5f9fb388044ae62dc8cf5391baf6cb654d1da0c9fba 1 0.00/1.00 vMB 0
25,740 25,740 00000000600620ec54a2a2d640bf1a46fe50eb644a4e1e477aa274d93070c03b 1 0.00/1.00 vMB 0
25,739 25,739 00000000f8c87d19953100892af0a1d54e2c32aec6493abc5b8ddeb326f4b330 1 0.00/1.00 vMB 0
25,738 25,738 0000000015376529c9491ee00d14dee601c295f752aef4637ec187f493d99f36 1 0.00/1.00 vMB 0
25,737 25,737 000000008d0a06dc219fcf64ed416945719180601c63b953f3b0c5e3fe6233c1 1 0.00/1.00 vMB 0
25,736 25,736 0000000066f5f8194ebe6a56c65c768a183f4bba4ce809fcfc81c88851daf23a 1 0.00/1.00 vMB 0
25,735 25,735 00000000f1c1e27320c8b10f4b352cd59624e56da40bed917f0b08ba0bf7ae8e 1 0.00/1.00 vMB 0
25,734 25,734 00000000fb5975650ee72e5b8f74f474591f8cc835b2b7521a7d034d8dde4156 1 0.00/1.00 vMB 0
25,733 25,733 0000000092c4046ee749f859c90f375edbc5a387bb5f1a5f609a94092fa619ca 1 0.00/1.00 vMB 0
25,732 25,732 00000000ed9576745bb2a185f8d52b93514a4ff5b6953ea5e57d76dbfab05892 1 0.00/1.00 vMB 0
25,731 25,731 00000000744dad492c32c34b749da6d3e97e06032d67ccce2096df1a4af44e93 1 0.00/1.00 vMB 0
25,730 25,730 0000000058a1b61b80cba061cb2b0a6049d2d4bc6c5f4b7720096047049825d5 1 0.00/1.00 vMB 0
25,729 25,729 00000000d3c95bf2848dac50aa14e3399e726d1f678ca85202db7083dc1e075f 1 0.00/1.00 vMB 0
25,728 25,728 0000000085abd1499e156bc80178dfcdd67562a968c7292f8e9e2af59cc22b00 1 0.00/1.00 vMB 0
25,727 25,727 00000000bff62e1c259821ee6e450b5e68fab162fb55e68a001643142e4c1191 1 0.00/1.00 vMB 0
25,726 25,726 000000003da7570b579b5c8ade35d0b65b1a2b4f30e1e959f1875da308201f97 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.