Loading Tool

Explorer IconExplorer

Memory Pool

77,576 transactions
29.34 vMB
0.10071624 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 45e0298a3757a8245995b9042cf2d2532539afa63f01b029e9a7bc81a9e2bb96
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 556fbad94ac52c070f78956e4f4de3405c66cdf1cf711e3bf1e0f3f8a70f3c8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.02660518 BTC
Feerates: 151.12 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (531,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,667 383,667 000000000000000002f428a1db07dd0be8a6ff34f59bce08fb11d50a83f51e7b 1,101 0.50/1.00 vMB 33
383,666 383,666 00000000000000000f87f7e57230f6765333e0ccc9f3ae3f74e022f0216dc102 477 0.25/1.00 vMB 32
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
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.