Loading Tool

Explorer IconExplorer

Memory Pool

77,904 transactions
29.42 vMB
0.10379341 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 87283155ee7b7b59eb11823efe222e521c5024403f194fb3ca20024c6f65735d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 4addfd3b2890769237e4ad387130677e4a42335a4bcb9ac6f85e5c3a61db6a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.02833828 BTC
Feerates: 151.12 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (308,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,446 606,446 000000000000000000085955878ff175b880135e21038cbd725d4646dd8cdd41 2,884 1.00/1.00 vMB 12
606,445 606,445 0000000000000000000a0d91f16aaa6ae9b550f94d8b784f463f4a4bd19ec8a8 3,050 1.00/1.00 vMB 40
606,444 606,444 0000000000000000000b9346f5884d5df4dcb57fdafc27e2c2db35f3914037e5 1,283 0.39/1.00 vMB 18
606,443 606,443 000000000000000000150bd35bc207c97bc8b17207d980091835c4f7e01483f5 1,336 0.38/1.00 vMB 12
606,442 606,442 00000000000000000007cc6d32d3daedd2191cba7ce6db1a426c2e6a1e7b4c97 2,791 1.00/1.00 vMB 29
606,441 606,441 00000000000000000010fbb610b74911bc9f9aa4b9a121c83d8ffa0afadf7ebd 214 0.08/1.00 vMB 21
606,440 606,440 0000000000000000000e14ddae75c065d40a12db655b1a47a891f300e83dcb3e 2,727 0.88/1.00 vMB 16
606,439 606,439 00000000000000000008b46968e6bfb22546149a0e9608e587c0596410f41826 2,824 1.00/1.00 vMB 7
606,438 606,438 00000000000000000000de069d5157490fca48c31808d31a30315e64a4313d4b 2,378 1.00/1.00 vMB 11
606,437 606,437 000000000000000000153bf88a286feef887aa11b5420f5df02b295bb26cab1a 3,271 1.00/1.00 vMB 37
606,436 606,436 00000000000000000011aea5412069bfedffce6627ab09b5785b67db86218a9e 1,834 1.00/1.00 vMB 17
606,435 606,435 0000000000000000000ec3a7e0440dad71e5baf882dd7673a90af3544b6414d2 2,690 1.00/1.00 vMB 27
606,434 606,434 0000000000000000000927a4d3486c07ab5d800e6673a52b08305fa5e07572a3 2,237 0.75/1.00 vMB 26
606,433 606,433 0000000000000000000c1915b27dd06a064a73aa18931b026517b9081aac15a8 2,572 0.81/1.00 vMB 17
606,432 606,432 000000000000000000146ca9efaf445b1f8d59038ce319dc94838722e47d42dd 2,224 0.75/1.00 vMB 17
606,431 606,431 00000000000000000009e2e3db73b5f85f37ddd199fe91266df3da2cc5988311 209 0.06/1.00 vMB 22
606,430 606,430 0000000000000000000c7b73a44c8bd7d7a3934f092b4b2a513f9fd53d9667e9 902 0.30/1.00 vMB 16
606,429 606,429 000000000000000000112b55f878fd74216c7586f63df45d8915a19b4741e2bd 590 0.18/1.00 vMB 19
606,428 606,428 000000000000000000098c62b7cb0a4c56480d5e031402953eaf3ea42bfaed43 872 0.35/1.00 vMB 19
606,427 606,427 0000000000000000000c0d5d78e6f09a419482c573c9d083ca8db1a0923a17d2 1,223 0.39/1.00 vMB 17
606,426 606,426 00000000000000000013ad15f2919a498aeb3f0176cf9459780a90b1bfbcb8bb 1,276 0.44/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.