Loading Tool

Explorer IconExplorer

Memory Pool

44,622 transactions
28.75 vMB
0.12700141 BTC
Random Selection Loading Transactions
Max Size: 149.63/200 MB

Candidate Block

Mining Attempt cb8679a802e298478a032ab21cfa7ae2735327b79381713acd2fde750a87d0ee
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root 1aa19615889f00fe14f6f4e2113f9b2fe050e3eb2ce64f792fa82d1f6c61d038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.03932179 BTC
Feerates: 201.13 > 3.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (84,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,691 830,691 0000000000000000000118255dddbcae3aa5f647c7283bb5853697445432d0b2 2,141 1.00/1.00 vMB 20
830,690 830,690 000000000000000000004ad97b7ae2f6202ffecf70f5696adc53b60b51f37ae1 2,941 1.00/1.00 vMB 28
830,689 830,689 0000000000000000000034625b4999d0c3206b747db4a52f3dfd36db57baadc9 2,802 1.00/1.00 vMB 32
830,688 830,688 0000000000000000000051a4d8fe6aa337190ab387fb73da51ccdc0c45e20b93 3,201 1.00/1.00 vMB 34
830,687 830,687 0000000000000000000037d512b01992e7b0109ff269e13edd5b3950f8c6bf6e 2,073 1.00/1.00 vMB 17
830,686 830,686 00000000000000000002625387c6638b4c8e4aa5e8030ee7d9d9843373677934 2,164 1.00/1.00 vMB 19
830,685 830,685 000000000000000000031c9c79f37d7c7978766274bafa32b45c6170f7a611fb 2,971 1.00/1.00 vMB 32
830,684 830,684 0000000000000000000141c2ebc8047935a99de46606ee6961b55e38c8c9915d 2,811 1.00/1.00 vMB 18
830,683 830,683 000000000000000000002cc3d7f14a7aba1d314520ac48a471113b56298f3512 2,741 1.00/1.00 vMB 14
830,682 830,682 0000000000000000000219770a853660cf3168a8102df452140017cc468ec417 2,895 1.00/1.00 vMB 20
830,681 830,681 00000000000000000002683d25b6b2647a2f5650eb30dc8144924499c875359f 2,113 1.00/1.00 vMB 16
830,680 830,680 0000000000000000000245b637962da9fd9f0d2fe143dc1ec1a730a5d4c08c5c 2,918 1.00/1.00 vMB 24
830,679 830,679 00000000000000000002976a5a167e620d2ee6fc78ac129fade8510a90cbdd82 1,847 1.00/1.00 vMB 19
830,678 830,678 000000000000000000034c28bc7a540b6f2a2fe7fecc4f88b89863d930b672d6 725 1.00/1.00 vMB 12
830,677 830,677 00000000000000000002cec56ddab3a891d6f06c9b2a21678910ab8728cbc50f 658 1.00/1.00 vMB 13
830,676 830,676 00000000000000000002fed7c82b32a8a3e95b56f06e0161009f7d33cc8a39e7 1,665 1.00/1.00 vMB 15
830,675 830,675 000000000000000000001efee9a94a68b1387cb3ace4802248d35f4b8caac8de 1,726 1.00/1.00 vMB 14
830,674 830,674 000000000000000000000458cd4daf8b9b8572e3b5dd56f7da1c80643037a9b2 1,841 1.00/1.00 vMB 14
830,673 830,673 0000000000000000000283fed7c111cdb7686b389f5677ab20fbab28916b76ad 1,850 1.00/1.00 vMB 18
830,672 830,672 000000000000000000008b6791f0e2623faa92c27faff30222e38a5b604b89f3 1,798 1.00/1.00 vMB 26
830,671 830,671 0000000000000000000160eb72f36eaed9fce0b40ffed8f516e1996739c45d96 1,644 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.