Loading Tool

Explorer IconExplorer

Memory Pool

40,589 transactions
27.18 vMB
0.06148001 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt 8581cb54b7044a86601dcf6811356af634b4bd6b74ffed298edf985d187c42b8
Version 20000000
Previous Block 00000000000000000000ec870641bbe3372e317bc32326a8f2c8c021f2a1a894
Merkle Root 58000554f0047b430e34f76fa10ccfd3a829d22d21836435dc44394b91008874
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01000310 BTC
Feerates: 40.21 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,662 (472,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,955 441,955 0000000000000000016385c8b11307dceb11ec697282f3f470493fe54770f90a 2,017 1.00/1.00 vMB 72
441,954 441,954 0000000000000000000f7dca31bfd875cac8f231adb802c509a8e63bd1b92d47 1,808 1.00/1.00 vMB 66
441,953 441,953 000000000000000003c5fe967300fdf4ff89d398b89a09d2a47d8695ff66ae0f 2,675 1.00/1.00 vMB 98
441,952 441,952 00000000000000000190ce51718fec8f6a3656185d628f975f00a8abf17e5e05 7 0.00/1.00 vMB 382
441,951 441,951 000000000000000001a51571aa6f46fcdc8a9f82a347eee70d7b912fd4b79c4a 2,151 1.00/1.00 vMB 84
441,950 441,950 000000000000000002706f6c22f27250f636238fa2b905c1470e68df8c081caa 2,151 1.00/1.00 vMB 88
441,949 441,949 000000000000000001e039bfba8bed87c770db9196e88a86b6a94cbb1781781d 2,254 1.00/1.00 vMB 88
441,948 441,948 0000000000000000015df6ca2891b63b233a73bc3e181a2c2bf85b0ba6cd49eb 447 1.00/1.00 vMB 79
441,947 441,947 000000000000000000224fdab48486e81a3f456f5b801e6c25f87fb2772cb583 1,034 1.00/1.00 vMB 96
441,946 441,946 0000000000000000023cd8f4d50b01764aeacac5b5f1135365bb47e7ed3309c2 2,547 1.00/1.00 vMB 124
441,945 441,945 0000000000000000013231b0e7dd6f2f9e0dcdebda76353c817930150b5060d3 1,815 1.00/1.00 vMB 73
441,944 441,944 0000000000000000029f5dbefe0e61c4f5870cf76fd77107b4f0fcdcd7005c6b 1,894 1.00/1.00 vMB 66
441,943 441,943 0000000000000000033dfcbab2e747da8bd9b2b92cbaaa386f795d9a611e0764 2,032 1.00/1.00 vMB 77
441,942 441,942 000000000000000000fe4ffdaf1507b97a949561ff9dabbe3baa4ea39f85b3e9 2,005 1.00/1.00 vMB 53
441,941 441,941 0000000000000000014c9e24758c9eadbbac0947bfae46f5d9bd8bc23b66e286 2,571 1.00/1.00 vMB 83
441,940 441,940 00000000000000000381e307147a2d7136e74bfe6695ab6ff994299e03914ee0 2,262 1.00/1.00 vMB 90
441,939 441,939 000000000000000000c737483ec6a0e253024c57f773c8f73ead4052a9766b60 2,411 1.00/1.00 vMB 74
441,938 441,938 0000000000000000023849d78e0e6df2cee4b6d9ed41ce754a60b3f05cd7d69a 1,865 1.00/1.00 vMB 78
441,937 441,937 000000000000000002e54739ff83cfd3b3d5c9a76fa1c335ebb050f3668647f4 1,154 1.00/1.00 vMB 85
441,936 441,936 000000000000000001e2fdb00ce438b70fe1b3113d04185909ae2363b0307b47 2,025 1.00/1.00 vMB 127
441,935 441,935 0000000000000000025b4424240dc0ec50964dce61535b839613997bb3b68170 2,494 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.79 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: 634.11 GB
    • Received: 12.24 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.