Loading Tool

Explorer IconExplorer

Memory Pool

78,151 transactions
29.26 vMB
0.07719139 BTC
Random Selection Loading Transactions
Max Size: 179.24/200 MB

Candidate Block

Mining Attempt de5c3e207eef82f77e0695957cd3e4aac644b9c4e858d0756ab12c7910b8245f
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 652626bc5a9aba596fe39009acf6421aacaa4879d6e72438beff441e680c2921
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,564
Size: 1.00 vMB
Total Fees: 0.01314981 BTC
Feerates: 94.79 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (531,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,665 383,665 0000000000000000045c247b8f695c3309b307b6797b997f0d72c187249eb1c9 659 0.81/1.00 vMB 13
383,664 383,664 00000000000000000056284f400297f4a6f1b160cd379b091c4ef5f0864ac45a 968 0.36/1.00 vMB 46
383,663 383,663 00000000000000000c5ebcf43d762dc6d7489db339050e23c23e7bec79f95869 469 0.25/1.00 vMB 21
383,662 383,662 000000000000000003d2f3dd259def83f9026f049eb2b751878d96855528c5e2 366 0.25/1.00 vMB 19
383,661 383,661 00000000000000000317a484a0b85d6a8f471db4926bba8d3de8be81f7b14896 377 0.22/1.00 vMB 19
383,660 383,660 000000000000000005375c2ab92cc72a63b438a0c15509ef4b3e7aeeb8d77523 884 0.48/1.00 vMB 25
383,659 383,659 00000000000000000432288acd3f1adc5598161034a27b8c46639d1a7ce0023f 1,757 1.00/1.00 vMB 33
383,658 383,658 0000000000000000040e57cf2e1aa0061a608641bf4d7bf5bfa3f5cc17b6feef 2,024 0.75/1.00 vMB 38
383,657 383,657 0000000000000000063fa7c4eff4e24a4e483e50447343856dafb3b4ad57e460 61 0.07/1.00 vMB 7
383,656 383,656 0000000000000000053da4b3909201b3528c0708a9746b05d43440fad6a8d63f 956 0.44/1.00 vMB 31
383,655 383,655 00000000000000000899a9b4da9d55a6ceb4cd855806b6b3def92d75f4e59d0c 391 0.16/1.00 vMB 35
383,654 383,654 00000000000000000be5bb5e89405c6ad2118663769314b61f6f3ebe374b0175 567 0.31/1.00 vMB 26
383,653 383,653 00000000000000000c3a89615c317462d86c386ef2b1d0bb1f5def4a9851febd 567 0.27/1.00 vMB 29
383,652 383,652 00000000000000000125a1a22264d06625b596e2a5daa094a7529c77c94e93a7 813 0.36/1.00 vMB 33
383,651 383,651 00000000000000000ee7c0e441e8d5d1e482da61aa6351fc8d6ba6e5e00d3905 1,631 0.69/1.00 vMB 35
383,650 383,650 0000000000000000067a4422d031697a957b010a95699b6874fa4849f56d6a4e 845 0.39/1.00 vMB 33
383,649 383,649 00000000000000000ee2135df6e47dccff98761c358b412f051234187c36fd2f 323 0.25/1.00 vMB 24
383,648 383,648 0000000000000000028a6d6d26f49fad2ca93770e434422bfb72f4318f0e3878 310 0.13/1.00 vMB 32
383,647 383,647 000000000000000001ccb551e384dce1f9deb9f5c14137086d05b9ba7bcdadb2 330 0.25/1.00 vMB 20
383,646 383,646 0000000000000000090880746172ac20d285370fad581d715a3e4d577ca81ecd 693 0.33/1.00 vMB 29
383,645 383,645 00000000000000000f046c11b5de4c3a22dfa3d53499ef78eb463d23a532f8b1 945 0.59/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.03 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.