Loading Tool

Explorer IconExplorer

Memory Pool

81,764 transactions
30.53 vMB
0.07779748 BTC
Random Selection Loading Transactions
Max Size: 184.07/200 MB

Candidate Block

Mining Attempt 8f8e2670900cbd63fa17c0f6244d8a525f74d794f9f05f58ad29e405b77ff04a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 42ffb3251178c4520e7c1d788615de8d5cbb3efbf925e94410b4674165c89b13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.01462507 BTC
Feerates: 40.91 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (333,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
581,930 581,930 0000000000000000001ed748e425173afb5ad1c1f80ca57cf923d726a5cce7ad 2,849 1.00/1.00 vMB 29
581,929 581,929 000000000000000000228e36d9cba48de0cee0556df8bda31a6aaf7f658c4803 2,355 1.00/1.00 vMB 56
581,928 581,928 00000000000000000023729b38c1d09fa5da876ffd857265ef7842a4b07ab308 2,379 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.