Loading Tool

Explorer IconExplorer

Memory Pool

80,799 transactions
30.94 vMB
0.07089349 BTC
Random Selection Loading Transactions
Max Size: 188.36/200 MB

Candidate Block

Mining Attempt ea3d333afe43bdafda79a49478180c65d390afcb76183fa9b7007844a21b2e4a
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root f64231c3f6f7dbc959828e0f3edd1d0e8b5aaee9e8e88be7e335b6869953124c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.00435802 BTC
Feerates: 70.37 > 0.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (273,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,445 641,445 00000000000000000006baed171ee9e015d7425928f8c244bd328ae2a64e8f6c 2,176 1.00/1.00 vMB 28
641,444 641,444 00000000000000000009ea5b0acc0565618b81a0dd1098c846b3437c17103e65 2,288 1.00/1.00 vMB 111
641,443 641,443 0000000000000000000212f277e23a04a26f360ef6e7b1abf1df3ecc98cf5e0a 2,144 1.00/1.00 vMB 126
641,442 641,442 00000000000000000005e08bdac68a0e0f8bf91dfa9bfe9de9f5288cb4b435fc 3,059 1.00/1.00 vMB 186
641,441 641,441 000000000000000000096d474df06bab7fc4989a0fc8e428335794af55a68d6b 1 0.00/1.00 vMB 0
641,440 641,440 0000000000000000000bee5947f247fd3c75e16bf8095228cedb442df2844a24 2,882 1.00/1.00 vMB 167
641,439 641,439 000000000000000000080c002dbdfa58d845bd596f4a9bf44d84af9818d7c0c3 2,394 1.00/1.00 vMB 140
641,438 641,438 000000000000000000076cc3afafd6f54d6cd76ccfa251bdf2f28924a40d69d5 3,548 1.00/1.00 vMB 207
641,437 641,437 000000000000000000026eb08167e116441b88e0c77f5ccdc143cdc5675a37dd 1,116 1.00/1.00 vMB 36
641,436 641,436 0000000000000000000c52b66bd896decf9362f285b1919c69bbf6f272ad31c5 2,106 1.00/1.00 vMB 65
641,435 641,435 0000000000000000000a9600f60b4ee5ed42e07010ae0b35e8a65434c703b762 2,050 1.00/1.00 vMB 93
641,434 641,434 00000000000000000001c935290994d2096883a0b4d96de8ac67ef5069d31477 2,941 1.00/1.00 vMB 150
641,433 641,433 0000000000000000001017e515f74aa4242dc53c2fa3515fd9dde9cac8ddde9d 2,715 1.00/1.00 vMB 121
641,432 641,432 0000000000000000000eddc73b6cefdfbd0691dbb93a0927f4bf23d309d018df 486 1.00/1.00 vMB 10
641,431 641,431 00000000000000000001e83d47fa3ca94217837c0ee1333b6c437d1ad76459aa 2,232 1.00/1.00 vMB 95
641,430 641,430 0000000000000000000043e57e1ef57db2f5e21edda619d3a7c1c900ffec8f9e 2,424 1.00/1.00 vMB 118
641,429 641,429 00000000000000000007c63c8fb032fcc4b303472dcaa5596769302bc9351311 469 1.00/1.00 vMB 24
641,428 641,428 0000000000000000000f293f9cf82bbe58c93f50c2fac7c1655d99dbdf9c86b8 2,430 1.00/1.00 vMB 58
641,427 641,427 0000000000000000000a7930978823f4011570a0545804e2bebfcafe5de581c3 1,823 1.00/1.00 vMB 65
641,426 641,426 0000000000000000000cf671f6514859609daed4e256d54890f839404534d4f2 1,907 1.00/1.00 vMB 28
641,425 641,425 0000000000000000000f12a12c20959745ed49f50b7072811fa3bf4d5692ca46 2,558 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.