Loading Tool

Explorer IconExplorer

Memory Pool

40,055 transactions
26.44 vMB
0.06475327 BTC
Random Selection Loading Transactions
Max Size: 137.39/200 MB

Candidate Block

Mining Attempt e1ae9f1bcb7f62c23a0f19208287ac804fc80f7c0010f9f3a94d7e20d2c59984
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 54bb3419bd7e95910cd2cc0d29e72449e7328ac3bcbdb8b1ec40c0f7e211ada4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,991
Size: 1.00 vMB
Total Fees: 0.01609520 BTC
Feerates: 265.25 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (223,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,658 691,658 000000000000000000117be0510e6ec4a4c66cad33f76fd3781106a053c71f76 1,699 0.90/1.00 vMB 27
691,657 691,657 00000000000000000003974c41b863b779d110bc9de7b16a538968c7b4c4a99f 633 0.83/1.00 vMB 14
691,656 691,656 00000000000000000007f69aba25ef7907c9cad153f2a65f8a30f9ec26558957 688 0.90/1.00 vMB 5
691,655 691,655 0000000000000000000179c7edd8e5139faf4ec315af8b7bc93e9d36cfd1b324 1,870 1.00/1.00 vMB 18
691,654 691,654 0000000000000000000dd2a34ff67dfe3301aecc63dd2b59ba0142592aef6ea8 870 0.59/1.00 vMB 20
691,653 691,653 0000000000000000000b59fffa88017c0b96c7ac9bb926bd298b2022d45e1e9c 778 0.33/1.00 vMB 23
691,652 691,652 00000000000000000007ad4a84d0a73ecc62b83527b4efefe0e597110dcf8825 374 0.23/1.00 vMB 10
691,651 691,651 00000000000000000010f78c5ceec84b8aed8e69d8b9c58ac0e69b26314492ad 249 0.17/1.00 vMB 14
691,650 691,650 00000000000000000000891775edcc0a41ac2dd3a3c0f3ec6e72d71cb32543b4 135 0.05/1.00 vMB 18
691,649 691,649 00000000000000000013a4d14922b2f8c478a58b7c1874f2a8b9818926ccd4a2 1,274 0.59/1.00 vMB 39
691,648 691,648 00000000000000000013b4a8e511a5854bdaffedf570d99f67aa13baba3b9020 351 0.17/1.00 vMB 19
691,647 691,647 0000000000000000000e0b128c5021e0c9e65f06a2ccfca665dd81c26f6440d3 457 0.20/1.00 vMB 16
691,646 691,646 000000000000000000114b186d019c0b13f350ce61d41e3e850e1ca93f104c4a 921 0.64/1.00 vMB 10
691,645 691,645 0000000000000000000d411e17f2ad051a71c16dfb35834846c28ea4633eb1db 1,324 0.88/1.00 vMB 16
691,644 691,644 0000000000000000000ffa2d6a95c31fdb39b4ef00e2ad97586435d8dc764299 1,578 0.65/1.00 vMB 20
691,643 691,643 0000000000000000000bb8bddbde27aae0fcb05cb32204eec5e6d03302fd5bb0 1,131 0.47/1.00 vMB 17
691,642 691,642 00000000000000000013ec962c97bc00008bbf2ef9418233670fe9e6bcbf06d4 211 0.08/1.00 vMB 19
691,641 691,641 0000000000000000000b87715f46799e25fa4be77762b7be5821f13b4885e885 365 0.19/1.00 vMB 13
691,640 691,640 00000000000000000008e63c91739e5fe20a13b277fe4f8b3172d88081f550d6 783 0.63/1.00 vMB 7
691,639 691,639 000000000000000000130daf4d6bd1b838850fd4f76862589ccef87364ef1607 2,177 1.00/1.00 vMB 18
691,638 691,638 0000000000000000000c3c231167b725aabcf72d089c60f6727e2468698bad47 1,959 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.