Loading Tool

Explorer IconExplorer

Memory Pool

79,472 transactions
29.51 vMB
0.09244700 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt 114fc14073c0be35b9dbefb81bb2255b830a39f60a506356a9bef2be9fadc9d0
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 678770c3cf7355ea90c6973faf17a0b4eca63cd9dc50eda9ad4d88ad030776bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.03032192 BTC
Feerates: 301.60 > 3.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (369,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,697 545,697 000000000000000000148e5a235a62946a3e2ac368a9714c8320f5380c3b457a 2,228 1.00/1.00 vMB 11
545,696 545,696 0000000000000000000a1bf080eb482d60d58b2b5002672f6e283f818a534ed0 2,297 1.00/1.00 vMB 6
545,695 545,695 00000000000000000015d0f16bc21f47a9618fc5171f5fef0c2fd400add3c998 2,046 1.00/1.00 vMB 20
545,694 545,694 0000000000000000000ad72b08f8409835493c12364a62e534fc0e010757b8d5 3,019 1.00/1.00 vMB 7
545,693 545,693 0000000000000000000b9c1e6cc005c05df3a741a4cf6d90324a088ff9dd74aa 2,622 1.00/1.00 vMB 49
545,692 545,692 0000000000000000000ce1221e64461c3bb09241cc80c877cb52edc2eb18d1ef 2,890 1.00/1.00 vMB 17
545,691 545,691 000000000000000000180181ba691474a843714f09a13ac1ab75b107d1d0565c 897 0.73/1.00 vMB 7
545,690 545,690 0000000000000000001ce8c5ba8706770af3e0da3f3d189c632c9e88861555a5 2,326 1.00/1.00 vMB 11
545,689 545,689 000000000000000000214f266e5f1b4e84fac44ee7f21eaf8cb2581d1b7b6da8 441 0.13/1.00 vMB 35
545,688 545,688 0000000000000000000b8409b1ebbc1713dec21f22338917ac9deaeaaaee56d4 404 0.21/1.00 vMB 11
545,687 545,687 000000000000000000148beb1c55489c144bfbd3f5473e52465e2436d37f6fe3 1,538 0.79/1.00 vMB 10
545,686 545,686 0000000000000000000506c0ee7a3e0ff51e5787c082af58d8dfb73df020b687 163 0.06/1.00 vMB 21
545,685 545,685 00000000000000000004ac686a89a9910c90be15b13723ed30f53d9bb515e672 514 0.50/1.00 vMB 3
545,684 545,684 0000000000000000001c84afe48acb4c8569b2ef896af08a3ec8c4bb171426c9 27 0.02/1.00 vMB 3
545,683 545,683 000000000000000000166ead29afd62ca2979089f4f06a604267b6a8cc45f5f1 1,631 1.00/1.00 vMB 4
545,682 545,682 0000000000000000001f35a5322221694b50f6fc6a3626bdc8f6a09c44f6d08b 3,028 1.00/1.00 vMB 9
545,681 545,681 0000000000000000000c7a35a44650c97b9034073483f81c646d3200a923700f 2,706 1.00/1.00 vMB 29
545,680 545,680 0000000000000000000a9f4cc091be07e429a8ef731da71157eb3263fe250d20 2,548 1.00/1.00 vMB 20
545,679 545,679 0000000000000000001e891e054026d66a26ff04a23cc0b9603c85099c0e48f7 1,179 0.62/1.00 vMB 13
545,678 545,678 0000000000000000001633bca9f6a4502d587c79c9d53cd3927ed52f6f1a2b4f 2,257 1.00/1.00 vMB 15
545,677 545,677 00000000000000000011805f68c521dbd5c19ab57df114a6a15b1fc99d2ca8e2 1,969 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.