Loading Tool

Explorer IconExplorer

Memory Pool

35,363 transactions
25.85 vMB
0.06815326 BTC
Random Selection Loading Transactions
Max Size: 131.53/200 MB

Candidate Block

Mining Attempt b7aa961b9867790e2482997f1e709f40043ee0c9dd7171479318ad2cebc8d2bd
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root a7b9ba035fb3b285a00f464b612023bf7f136a63fec72096c44428b9777ebe33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,317
Size: 1.00 vMB
Total Fees: 0.02087093 BTC
Feerates: 150.77 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (351,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,738 562,738 00000000000000000011d1d8f3a8a823179090d395e5eced4df79ec624ae7ac6 2,249 1.00/1.00 vMB 22
562,737 562,737 0000000000000000001af567e0d63edb4b1f1b3fc5e03fcf0857d55dae7a0ef6 1,834 1.00/1.00 vMB 26
562,736 562,736 0000000000000000001ac2fb43f00e0f9316cb4670d489402e0a44c515e867f1 2,936 1.00/1.00 vMB 44
562,735 562,735 0000000000000000001f13b9b1ea30200cf21994515a2a63aee3cf925e306d88 3,029 1.00/1.00 vMB 60
562,734 562,734 000000000000000000184433b19126409fea72b8dd6620d4b8c3b694aac12742 2,781 1.00/1.00 vMB 46
562,733 562,733 00000000000000000016c452ad1b7d72f5dd5e761ea451129d8b8f6f5a9f8290 1,448 1.00/1.00 vMB 17
562,732 562,732 000000000000000000266734ef37399c680a5a5340c7dbd1e8b4e0178fcf38c7 877 1.00/1.00 vMB 16
562,731 562,731 0000000000000000000f8a76fde7fbeb4eecfe268ac5acf40b370f0cb5e21a07 1,782 1.00/1.00 vMB 15
562,730 562,730 00000000000000000004b35d0c0782e28868e3e0933c6d6410ecdef69b49c70a 1,571 1.00/1.00 vMB 10
562,729 562,729 0000000000000000000f27253de4dadee0ee4ab791c44fbb4f15f2957e71ef43 1,652 1.00/1.00 vMB 19
562,728 562,728 0000000000000000001fa5735a4b1608690eca7e1c86c5796bd3053ca914105b 1,158 1.00/1.00 vMB 10
562,727 562,727 000000000000000000088f38d481911fa8b28eb50aa7074c6f713445efe52b15 1,680 1.00/1.00 vMB 21
562,726 562,726 0000000000000000002236a6ad500da3d0641256d5bd4f4cbebe6ea166e9ec2f 1,757 1.00/1.00 vMB 49
562,725 562,725 00000000000000000006b21eac2e4ef13d6b112a873825ddc700c4a202ef2b82 1,184 1.00/1.00 vMB 64
562,724 562,724 00000000000000000013eb5dfc50d97b158903cd6b73218e786af7a4cff3711b 2,511 1.00/1.00 vMB 9
562,723 562,723 00000000000000000024dbd68f17c16cd323d6961787eb95b52d304d37b46401 2,583 1.00/1.00 vMB 24
562,722 562,722 0000000000000000000be70181be0484416eb970496eb9ec1653b5eafe725260 3,014 1.00/1.00 vMB 25
562,721 562,721 0000000000000000000f97b6d9832894b2876abd74d7b42aee9f64a1f7f87e44 1,973 1.00/1.00 vMB 27
562,720 562,720 0000000000000000002370b09e17bb3de5642f2af3a89dfd301c625e1f80c532 2,819 1.00/1.00 vMB 32
562,719 562,719 000000000000000000140e339875291658a4b2dc916c1afd722241b998c30ba1 2,432 1.00/1.00 vMB 54
562,718 562,718 00000000000000000026d06a8cead80485686cd4d5a63f7a59e4ea6fd50be68b 2,711 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.