Loading Tool

Explorer IconExplorer

Memory Pool

85,740 transactions
31.89 vMB
0.11873584 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt cff4f3da910cd9450b7fb152a6672235a079cfb5bc5f612574438803034513a4
Version 20000000
Previous Block 00000000000000000001707a930fd9ef259bc17945e78e278099f3467b752fd0
Merkle Root 2f4755ed0d427a2a829512a46899d2b8da53c6053fccb3f731bb42402cc0a6fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,210
Size: 1.00 vMB
Total Fees: 0.03490618 BTC
Feerates: 198.70 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,955 (141,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,656 773,656 00000000000000000002b2c7195f8fe0aae8677d51f9c3876759ca12327bc2e7 250 0.22/1.00 vMB 1
773,655 773,655 00000000000000000002dcbc9702a72b0295635d9dc6fee9a85b3d28aaf44f91 1,700 1.00/1.00 vMB 6
773,654 773,654 0000000000000000000766eebc0b474ffd3f6cd1a8b340b6943b35936840d620 2,274 1.00/1.00 vMB 8
773,653 773,653 000000000000000000076f61c73fac1fd1acf5691da9afc838acbc9ed73bb6eb 2,692 1.00/1.00 vMB 9
773,652 773,652 0000000000000000000065c70f2bd73a586a24c7891e6317edfdb7674f13b2b1 798 0.28/1.00 vMB 8
773,651 773,651 0000000000000000000254d5c2633fa0e93dfac9f88ae4e49dee4d703a5a702a 2,032 0.72/1.00 vMB 9
773,650 773,650 00000000000000000005b859c60d0814c840069a1c1058e752fda50f36a42098 2,367 0.92/1.00 vMB 6
773,649 773,649 00000000000000000004c35516a9652369c4448d69c958c4197096a5c98f571c 1,836 1.00/1.00 vMB 11
773,648 773,648 00000000000000000005a6fbe5bc8f0b7f39d2ef7656332b27001f79ce7485f1 1,388 0.45/1.00 vMB 8
773,647 773,647 000000000000000000065525e25d2e7fff647b6a9da0d0a2afa22c84d31dab14 1,534 0.43/1.00 vMB 9
773,646 773,646 00000000000000000003429d71e3342dadb28dcc64f3909776aaaa7673ecf15e 1,955 0.64/1.00 vMB 10
773,645 773,645 00000000000000000006c34f0385c98d25a69ab72abd58932650745f79ded790 1,341 0.44/1.00 vMB 9
773,644 773,644 00000000000000000004fed7f3628ab22d6066bce49ffffd7ed80d51ff1b5a54 529 0.16/1.00 vMB 8
773,643 773,643 0000000000000000000536c6d293d0b9b13440afa1b2639faa17abcb36b7508c 1,546 0.60/1.00 vMB 8
773,642 773,642 000000000000000000025e57ee13e5e69a768fe16d2e83c6ed538c3b6db9f0f3 124 0.14/1.00 vMB 2
773,641 773,641 000000000000000000064799e91b151655faf6ba7f8e7d44f1b93237b286a1b8 328 0.84/1.00 vMB 1
773,640 773,640 00000000000000000002f0cbfe104fb4b258140bde27c97c06a726a6dcdd4a7f 2,163 1.00/1.00 vMB 3
773,639 773,639 00000000000000000003b463307b9005616ba97fd3ee4be7cf67c501e5e68de2 3,315 1.00/1.00 vMB 10
773,638 773,638 000000000000000000043ef7737fab7cdbdf19eef47dbb3d00214deb8b86733e 2,993 1.00/1.00 vMB 14
773,637 773,637 0000000000000000000741789fadd145793d8d227436a73aa4be7106ff006ad3 2,345 1.00/1.00 vMB 12
773,636 773,636 0000000000000000000632265a9805c49bd8e0e314851b01b305b0dc9006b66d 816 0.32/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.31 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.21 GB
    • Received: 14.63 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.