Loading Tool

Explorer IconExplorer

Memory Pool

77,364 transactions
28.70 vMB
0.06943515 BTC
Random Selection Loading Transactions
Max Size: 174.15/200 MB

Candidate Block

Mining Attempt ee123ccc92d38bb7c3797eb920d2ff10285c258a8f0173a8bd3d97d4c2eb0531
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 760935c78361e11d7561170500dbb38e5ba404b3fb517bb81f1cfbf979be4d4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,569
Size: 1.00 vMB
Total Fees: 0.00986782 BTC
Feerates: 299.43 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (369,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,703 545,703 00000000000000000024309acdf0ae46a0972b3dffef4becbfeeae8911128296 1,831 1.00/1.00 vMB 10
545,702 545,702 000000000000000000119a9112980053806343334ec1ae2c778e5d8c0f22e54d 1,528 1.00/1.00 vMB 8
545,701 545,701 0000000000000000001153b36509887286f929906d02bc2d2a1903705bc3db8e 1,586 0.85/1.00 vMB 10
545,700 545,700 00000000000000000024048e75407af67558428fbabca6ea59a7ad7413ffe3be 1,025 0.76/1.00 vMB 8
545,699 545,699 00000000000000000000407796e7d58e156e2aa09456c140455aa8472e3b3a50 1,250 1.00/1.00 vMB 5
545,698 545,698 0000000000000000000908b96d1690c3a0a1477b92ae1f2ee0077d9a56e75ff2 1,933 1.00/1.00 vMB 4
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
Previous 10 blocks ↓
Total Size: 782.55 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.87 GB
    • Received: 15.78 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.