Loading Tool

Explorer IconExplorer

Memory Pool

21,273 transactions
16.82 vMB
0.04167444 BTC
Random Selection Loading Transactions
Max Size: 84.82/200 MB

Candidate Block

Mining Attempt 71c23a447afdc104468da08d2947e8b58613a82f21ec089d267b32a17b25ab86
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root 53c5069aa4203b52227b7f6db7423e9893c26f12a2fd0d06c78fa94126ded3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,730
Size: 1.00 vMB
Total Fees: 0.01103912 BTC
Feerates: 77.35 > 1.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (796,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,888 117,888 000000000000502fc690cd8eb2ea1fbb330a930cd7540b0b6810e5ed9f7cd7d7 11 0.00/1.00 vMB 0
117,887 117,887 0000000000000c63b5d88280a7559ed184ae7c366d5f375858c219074ca87e6c 10 0.00/1.00 vMB 0
117,886 117,886 0000000000000213824d82489ff7946c8a2251b2c0eb95b5a157bd09985b3bca 9 0.01/1.00 vMB 314
117,885 117,885 000000000000036e6311fe2ded331660fc65f8b0de68f448445394e9d38287b5 6 0.00/1.00 vMB 0
117,884 117,884 0000000000005f9d85db604226dc70ba3f0608b2f46605b7e74b3ead59c3abcd 7 0.00/1.00 vMB 0
117,883 117,883 0000000000002350d3631cfa285da79a2eb918a9d1204c34ff7683b40fcbd470 9 0.00/1.00 vMB 0
117,882 117,882 0000000000008b9cbb903d58873dd51da5c4dba2bd90584c8371a879cfdad96e 6 0.01/1.00 vMB 98
117,881 117,881 0000000000000d5dc5d2660b85ba77eca19fbd63bb55844314c110c183c2d50e 11 0.01/1.00 vMB 122
117,880 117,880 000000000000c7c1583f6f7e09c88aa0fa72d83152106c6b5db89c8c9f89dc4d 11 0.00/1.00 vMB 0
117,879 117,879 0000000000003e3acc66acbec2c4969073664bd8b282c9b01583d029e8e48e86 10 0.00/1.00 vMB 382
117,878 117,878 0000000000007863855ab92fb63494c7e5cf0e6678c7384efa128c537c97eb79 12 0.01/1.00 vMB 812
117,877 117,877 00000000000014e168ee0c83ed754a39e4c67c8c3e8525bd61a6feb001577ac2 1 0.00/1.00 vMB 0
117,876 117,876 000000000000ad3c6b743d06e7da43fbeca6577a508e2f428871ce29c0699976 5 0.00/1.00 vMB 0
117,875 117,875 000000000000988f65c0d5b018241f0dd13ea6b73c6228efccbbb577b5791f06 8 0.00/1.00 vMB 0
117,874 117,874 0000000000006488914c16dc226f1d73d5dcd6c258c3bc926fa0f804909dbd1b 17 0.01/1.00 vMB 970
117,873 117,873 00000000000044640cb1d3e034f8df6604d1ac1346e6162bfca8dc60c4bbd887 12 0.00/1.00 vMB 0
117,872 117,872 000000000000cb133b3155763c688385d93d38c297428786f0ca8fd0c189d885 13 0.00/1.00 vMB 792
117,871 117,871 0000000000002540df7af9074d6825ec445f743edec94791649d84b93dd442e9 13 0.00/1.00 vMB 0
117,870 117,870 0000000000000e2eea528c1912eb01f13c8c3d6418d896259ba2509a870492e4 11 0.00/1.00 vMB 334
117,869 117,869 0000000000006e85a40fc0fddaf93c86e5fb57960e238bcca8f566ed3a474144 10 0.00/1.00 vMB 0
117,868 117,868 0000000000008bbb1f27abbfc40b1243d51c8ffd3ee32382c65b0a93939f7fb8 13 0.00/1.00 vMB 847
Previous 10 blocks ↓
Total Size: 780.84 GB

Node Details:

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