Loading Tool

Explorer IconExplorer

Memory Pool

41,720 transactions
28.16 vMB
0.06923646 BTC
Random Selection Loading Transactions
Max Size: 144.80/200 MB

Candidate Block

Mining Attempt b1b8360bec58145273a93353b82340988422c5f5a1fe2a6d14b2316404856ba7
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 8c149f3c05e34d5f9105fc171b2310841eff0ccdc9fdc07f423d1cbfd600beb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01435492 BTC
Feerates: 100.56 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (350,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,646 563,646 0000000000000000001eeeec3cc5730102800ea75374f8bf50031d1e43e4c2e0 1,446 1.00/1.00 vMB 14
563,645 563,645 00000000000000000018fbafe275fa629e12d38dc34190e600c0546208d2aac7 2,619 1.00/1.00 vMB 29
563,644 563,644 0000000000000000000481a30821d33f77c4fac400601becb8893e328ee90f5e 2,458 1.00/1.00 vMB 9
563,643 563,643 000000000000000000124d979ff4206ad6c4cd363ff4171132ba5899887b4c9e 2,858 1.00/1.00 vMB 12
563,642 563,642 000000000000000000185429fd4472ba2a4cbf6131e0b1097fda9c0309628ce2 2,749 1.00/1.00 vMB 11
563,641 563,641 0000000000000000002751b8fac5ef93f84c74ffcb17f1aac190244f5a6aa411 2,760 1.00/1.00 vMB 16
563,640 563,640 0000000000000000002cad6bceb741e12d8298b20b6a939a10b1ab86825dce0d 3,295 1.00/1.00 vMB 36
563,639 563,639 0000000000000000000a05a81315dfb878c9344f1a2d2d70e83da24ec0d1aed0 2,185 1.00/1.00 vMB 49
563,638 563,638 00000000000000000025d86be0de23a30b6a2d49cd79401ad4a9e90c0ad641a7 2,953 1.00/1.00 vMB 35
563,637 563,637 0000000000000000001f8aa54cc6b953c3b3b2c2b21ddcc08aa2cc79f6c768cd 2,969 1.00/1.00 vMB 30
563,636 563,636 00000000000000000028d66f97521492d2371f3f9b1a5fe3db40e2cb0e70b763 2,486 1.00/1.00 vMB 27
563,635 563,635 0000000000000000001324ae017df8fbb3da7ae55bc4002e32cff0be40f10047 2,167 1.00/1.00 vMB 31
563,634 563,634 000000000000000000142cbc5e7f1b2ae84b5be3a880198a2aac60db8d08befc 1,824 1.00/1.00 vMB 32
563,633 563,633 0000000000000000001447f89b278246f85292803150a8c209549216a711a452 1 0.00/1.00 vMB 0
563,632 563,632 000000000000000000055e37c0436654eb6b8796e3c6cf8ae41c8887b1df94d9 2,869 1.00/1.00 vMB 25
563,631 563,631 0000000000000000001376c96481d2cb32b8b5ac98fbd92ef5373d74e9bbcf6f 2,795 1.00/1.00 vMB 28
563,630 563,630 00000000000000000023bef17f98bf1bba8ee122c098f8131a56aabda2751c2c 1,789 1.00/1.00 vMB 4
563,629 563,629 0000000000000000000187207ece0e6cdaec92da9352d99314782f5ecaa559ab 2,222 1.00/1.00 vMB 22
563,628 563,628 00000000000000000000515c8d87edd1b2607c1287c8e4a59ca575d799ea59ea 1,168 1.00/1.00 vMB 13
563,627 563,627 00000000000000000015f01bbbf62cbf691a1e187926219f3055e3f33700deef 2,302 1.00/1.00 vMB 12
563,626 563,626 00000000000000000005fee0eb4c460ae2933bb7d584552ca5c409dd99b0629f 2,553 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.80 GB
    • Received: 12.08 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.