Loading Tool

Explorer IconExplorer

Memory Pool

42,262 transactions
26.69 vMB
0.08550736 BTC
Random Selection Loading Transactions
Max Size: 139.42/200 MB

Candidate Block

Mining Attempt 539e79d448af473b8b0ece4d800d6107373ed8c881a66168b82d695758d730e7
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 9e02ca4f7ef351776267d2393db97ddcde7049a43ea45df361ea4b922c1c399b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.03611488 BTC
Feerates: 151.01 > 3.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (195,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,492 719,492 000000000000000000026aae49021e72761e1c2fdd6f0eefb18bc0e1eac8923c 2,072 0.72/1.00 vMB 10
719,491 719,491 00000000000000000002641d89f83c88b68238e4e36a4575de93a1e87ad5e996 979 0.35/1.00 vMB 5
719,490 719,490 000000000000000000070b6130c0acf163c4febfad448aba0826a53612cdc8d7 979 0.37/1.00 vMB 8
719,489 719,489 0000000000000000000198ddfce307e8f8584e1feeeae6980ee1f1f41ca73189 2,421 0.94/1.00 vMB 7
719,488 719,488 0000000000000000000584771c9ef8295b5eb08ea995db005bf6fbcfab101326 328 0.11/1.00 vMB 6
719,487 719,487 0000000000000000000a95e2f4e215e0b3437e6ad17ef0f59650ca6514e24edc 583 0.38/1.00 vMB 4
719,486 719,486 0000000000000000000900800e6207506fd35b5f7be9d83aa300e01c93fb9acd 841 0.97/1.00 vMB 2
719,485 719,485 00000000000000000006f7d878ee993d14687f974da2028bfb1fdb7a28615670 2,411 1.00/1.00 vMB 7
719,484 719,484 00000000000000000006db9398d177980260902582409ebafa08899648081f19 1,926 0.66/1.00 vMB 8
719,483 719,483 0000000000000000000a8768093ddaec08bf1cb3f0198596603681788c4ec303 2,750 0.95/1.00 vMB 7
719,482 719,482 00000000000000000006484a767b0dcdf1f62f29cc2afd928efc90f1ca6fb78e 1,106 0.48/1.00 vMB 8
719,481 719,481 00000000000000000007f216c8014c871dbb1158a3fbc7a66888cb9ab9f72086 1,468 0.43/1.00 vMB 7
719,480 719,480 000000000000000000082b5278b8b1b6bcd4f8a0852537c7f23e421fea4a449d 1,208 0.42/1.00 vMB 3
719,479 719,479 00000000000000000009e8e2c1c768eecbbff157de3e05b4a6daf3b7642c3c92 2,608 1.00/1.00 vMB 8
719,478 719,478 000000000000000000035a6bc5f66542ca6dc03f78127c2ba5974251affadaec 3,019 1.00/1.00 vMB 9
719,477 719,477 000000000000000000043925da8b7362a278029261ab5244721710dfc75141bd 972 0.54/1.00 vMB 4
719,476 719,476 000000000000000000087e9fb9756c5e446d89f40b66b2dc76cdeee4ccce76a2 3,107 1.00/1.00 vMB 9
719,475 719,475 0000000000000000000609654638f5af57b465f909ead9988425dd8023ce9f26 886 1.00/1.00 vMB 1
719,474 719,474 0000000000000000000ae6f5706fce2f8880229d7d8d8d5a0c1d63b4a0f4d3df 3,049 1.00/1.00 vMB 8
719,473 719,473 00000000000000000006f2eef3f27eee9797a1d0bfd5642076a3a1639ece1d41 3,232 1.00/1.00 vMB 10
719,472 719,472 00000000000000000004a596b7e4197b1077df8de4414f0ea6e71d9a220da19d 2,854 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.