Loading Tool

Explorer IconExplorer

Memory Pool

81,514 transactions
29.99 vMB
0.08980954 BTC
Random Selection Loading Transactions
Max Size: 181.08/200 MB

Candidate Block

Mining Attempt 90f41f78b9aa868756e6ae25c38cf0c014e32e5f2b7927eaf81e16f475fc1c3f
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 7975ca48386544116a7143aa4ac54349c5015138f8236d6966be912a09ddb413
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,434
Size: 1.00 vMB
Total Fees: 0.02855899 BTC
Feerates: 502.62 > 2.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (333,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,951 581,951 00000000000000000008a1d3855c38b2bd2abeb6f9800bf3186b00aa705b8415 1,667 1.00/1.00 vMB 10
581,950 581,950 000000000000000000020496eb3f83140923b8751b6b3ed55c7954214dca7fb7 2,241 1.00/1.00 vMB 55
581,949 581,949 000000000000000000131c1be06053c6e12830c471267cfb36e384776abffdc1 1,830 1.00/1.00 vMB 40
581,948 581,948 0000000000000000000cfb070f9ebfe34e828f4f828ae85e761bbe0fa69ec713 1,676 1.00/1.00 vMB 28
581,947 581,947 0000000000000000000aa02db0873290e2d93d9d2bbfefc40889c79823eadcdd 1,576 1.00/1.00 vMB 104
581,946 581,946 0000000000000000000c4273ebb48cf5e0f395eaa4aa14aa182fece5e4e9ff41 2,728 1.00/1.00 vMB 81
581,945 581,945 00000000000000000015269a9ee4908b449c92ef2881f8aac37d24806ab63562 1,620 1.00/1.00 vMB 24
581,944 581,944 00000000000000000014d368fff7f1daf40d0ed9ad1515748a39a7ed488c9395 2,675 1.00/1.00 vMB 64
581,943 581,943 0000000000000000001880dfc46b5f5fc484a2f85aac3185f2c4060d840e3343 1,889 1.00/1.00 vMB 29
581,942 581,942 0000000000000000001f26184d251989697179d3987486f2c2f176ff75d22f2a 899 1.00/1.00 vMB 13
581,941 581,941 000000000000000000001c82b729864f073120dd47ba61f42b5bdee457f4d761 2,093 1.00/1.00 vMB 31
581,940 581,940 0000000000000000001c4672fce9f498046b96e8a02c2023d8b3feaab31908cc 1,712 1.00/1.00 vMB 17
581,939 581,939 00000000000000000016f69be041be663f81771b487dee24c7ef7e4ac5abc911 2,471 1.00/1.00 vMB 79
581,938 581,938 00000000000000000003a6f4a3029c8ba133f945aea509c4b7f82e7990e3535e 691 1.00/1.00 vMB 25
581,937 581,937 000000000000000000099dbb81ac110074db9f1a49a903d7e9d27d2cac5a177f 2,575 1.00/1.00 vMB 78
581,936 581,936 00000000000000000010f51557f2cfc5949c71bbdfd9dd38c46fc0f788b04a91 1,765 1.00/1.00 vMB 30
581,935 581,935 00000000000000000001b1d8d2d1f36f7463b7d3a7f8ad9630bfe734df76528b 2,231 1.00/1.00 vMB 45
581,934 581,934 00000000000000000002a3c663a71be62430f9bd0a6ab40316be385e63673a70 2,627 1.00/1.00 vMB 32
581,933 581,933 00000000000000000016709787da4894b7cc36bd0f5a02639211a6903ea7cc48 3,332 1.00/1.00 vMB 112
581,932 581,932 0000000000000000000f9784f2b1f263fe61752b037de0913de716a615a4efbc 2,372 1.00/1.00 vMB 49
581,931 581,931 00000000000000000025d45ba10e86b02345c269680bdc6c55064a1cfdd00a0e 1,455 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.