Loading Tool

Explorer IconExplorer

Memory Pool

35,255 transactions
25.76 vMB
0.08242534 BTC
Random Selection Loading Transactions
Max Size: 130.77/200 MB

Candidate Block

Mining Attempt 0ecf803237ec28668d67884cea839c48ddce4073c21da18e8ccd979e490e3892
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 06792d047a1c53278dbde95baa912e9b4a7b2a1b6a027fda6926f52824fea457
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.02975502 BTC
Feerates: 150.71 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (249,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,026 665,026 00000000000000000009a271c2ff3a2e409d11062bf39f483ff20fbf0f217dc5 2,718 1.00/1.00 vMB 102
665,025 665,025 000000000000000000007d6e086faf3e5e2582901bb7e6c3f6a06482b90530a0 3,158 1.00/1.00 vMB 124
665,024 665,024 00000000000000000005c6dea4fc4a6c0372439337a2f602e8f8d07529e2f98a 3,031 1.00/1.00 vMB 90
665,023 665,023 0000000000000000000bcac3557b39d424bfe2b5bf0bd9c2d6eba74d3e471681 2,688 1.00/1.00 vMB 107
665,022 665,022 00000000000000000003cd7032d45b873730b1c236ac23a163662a38cd09ef96 2,644 1.00/1.00 vMB 97
665,021 665,021 000000000000000000047c1a0f2e003ebe55d53a291eaba7208dcab5072b5cba 3,098 1.00/1.00 vMB 117
665,020 665,020 00000000000000000003520e2626402f02946cf0a2fa1bd2d7b40d29300a95ba 2,698 1.00/1.00 vMB 78
665,019 665,019 00000000000000000003f24430af62aa8dbff35037800d66d73c380b279f0fe7 2,626 1.00/1.00 vMB 90
665,018 665,018 00000000000000000005adfb5e88645957e018abdd37a5e5ca20521385fb0ac1 1,350 1.00/1.00 vMB 68
665,017 665,017 0000000000000000000ea00dd18c6d77d8740f353a5bd657edcf439b86ca5ae4 3,292 1.00/1.00 vMB 70
665,016 665,016 00000000000000000002d1cbc7738878edef73b5eb66c26c503cc94dd0272cbd 2,396 1.00/1.00 vMB 82
665,015 665,015 000000000000000000025cb76611b9ced4935c3ea6378eaa7c7cc0b472953ced 1,570 1.00/1.00 vMB 90
665,014 665,014 0000000000000000000ef595941a3102c63e56826a623a8a9bdc6933ae1fd478 2,994 1.00/1.00 vMB 114
665,013 665,013 0000000000000000000e103d3468027bce0544429fb6fd667b60f0902e7eaa78 2,796 1.00/1.00 vMB 92
665,012 665,012 000000000000000000019fa3f6cd9ff27cedc8cce81664c210add89efe9563ed 3,006 1.00/1.00 vMB 95
665,011 665,011 00000000000000000003f225b26aa347fa1d59050f178b92bd37d70c0243ab8b 2,944 1.00/1.00 vMB 89
665,010 665,010 000000000000000000061107858387bbb7ea73d8bc6a799c53dc5e53e5394e52 2,936 1.00/1.00 vMB 89
665,009 665,009 0000000000000000000037801eee11b8a33b68fe94218e5c471631a71abf6d83 2,451 1.00/1.00 vMB 104
665,008 665,008 0000000000000000000be7ff0f8061e3a7501196bceb6725d345880241240a7e 2,814 1.00/1.00 vMB 94
665,007 665,007 0000000000000000000a0049cdf72061ba75c6710ef55dc2459bb96ca379dd57 3,150 1.00/1.00 vMB 106
665,006 665,006 0000000000000000000120c3936dc5cb35abbfa3f97d121269d38dda69280dfe 2,341 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.56 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.