Loading Tool

Explorer IconExplorer

Memory Pool

78,874 transactions
29.54 vMB
0.10321420 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 9b9397348cdad895d098a0bc3d0daff93b7d7a7de3c92c2158327240920ad4c1
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 62e193730ba076f5aac16727d8162337780d382cecd4de78252c7599f719a9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,576
Size: 1.00 vMB
Total Fees: 0.03874229 BTC
Feerates: 164.34 > 3.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (531,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
383,644 383,644 00000000000000000406bf3845b391e8e3b8af65bb010204f87193cfaaf193e0 1,549 0.75/1.00 vMB 45
383,643 383,643 000000000000000002694a4a6f1f66b8cb30434acab547363fdb2f6c79bb75dd 1,713 0.97/1.00 vMB 24
383,642 383,642 00000000000000000623fb71aa3e71e0e3e9b0c0b4bd51ca8595ba85e5281561 2,483 0.93/1.00 vMB 46
383,641 383,641 00000000000000000c3a4aca27f4e4d475db180f5448fa017de39f65c7479acd 1,677 0.82/1.00 vMB 30
383,640 383,640 000000000000000002c4dfcf856b261310be628387c32b3b89da0874f59d4878 845 0.52/1.00 vMB 25
383,639 383,639 00000000000000000c77634de6d8443574c713ece3d7c6725177d8ac55f47501 802 0.45/1.00 vMB 24
383,638 383,638 00000000000000000e685fce1ba4f8a9d584c86cd04d68a2b7374348a077d7a8 2,036 0.95/1.00 vMB 32
383,637 383,637 000000000000000003adbabca8a7f3065e2827c663536575c323bb905b20a597 2,232 0.75/1.00 vMB 45
383,636 383,636 000000000000000001485063e887a07708b36b4027e545d2e233abf213ad7b5f 2,104 0.87/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.