Loading Tool

Explorer IconExplorer

Memory Pool

37,143 transactions
25.90 vMB
0.07673726 BTC
Random Selection Loading Transactions
Max Size: 133.72/200 MB

Candidate Block

Mining Attempt dad3a3aa7cc7c5719cf57f6ccaab2f1de635d96168ada02bf9b4b46886b8400f
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 831f8998c2175d482cf45e8e779681ddf3aa510cfe32fc1c986faad8b5aab751
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,289
Size: 1.00 vMB
Total Fees: 0.02957698 BTC
Feerates: 101.64 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (521,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,699 393,699 000000000000000004bd5dde9336ca47598cdc4e36fedeb575043029b574e52f 3,150 0.99/1.00 vMB 66
393,698 393,698 000000000000000009525fb049453e73ea89342080058d18d8c3bf7c8d83ad64 1,176 0.62/1.00 vMB 33
393,697 393,697 0000000000000000058d98b8b73f09ec51bb2827335de6e778e34da74dac7c88 437 0.25/1.00 vMB 29
393,696 393,696 0000000000000000087785d2fc578e0c3223eec42d8e7e9f0399fef5f4dc5a02 1,666 0.93/1.00 vMB 29
393,695 393,695 00000000000000000508a61d3fffea06500ce750f3941a1eb7a38d4a37d80790 1,817 1.00/1.00 vMB 29
393,694 393,694 0000000000000000070dc55f82b2d42249e29a8b83e80b7f0fce349a888d4b9c 3,103 1.00/1.00 vMB 50
393,693 393,693 0000000000000000065b5099b654ea165676d0fda6eaae6aa08be78b87341312 1,102 0.58/1.00 vMB 29
393,692 393,692 000000000000000007c79e8929321aad792854d3b8da3586177135064b20adb5 1,567 0.99/1.00 vMB 26
393,691 393,691 00000000000000000268cd47a3c6cc32377606c73de36cff45b6e2f66f23d46b 1,110 0.95/1.00 vMB 22
393,690 393,690 0000000000000000009a471cf093ea60d687a31ad2f774c3247d3f4dda72ceda 1,893 0.93/1.00 vMB 32
393,689 393,689 000000000000000008970f52c73ee4bf59dbe39f2fd98ae5d99361de89c30083 1,453 0.95/1.00 vMB 27
393,688 393,688 00000000000000000036e381368e49a93bf63490c1e7c98d0224a1968ad07eee 968 0.95/1.00 vMB 21
393,687 393,687 0000000000000000073c9d4fb4628fdd87aa5097e0f13ad909a12cf0ca001c62 1,492 0.95/1.00 vMB 22
393,686 393,686 0000000000000000063bf4c749172748962a3aac6fd710ddf719629c2146a5f3 1,755 0.99/1.00 vMB 34
393,685 393,685 000000000000000003ffea7ded5713f4cfc1702af25ce6ddd014d533e853abc6 2,100 1.00/1.00 vMB 33
393,684 393,684 000000000000000004acc79780536cdc3910c17c3346ea15af7ad2d50aaa9af5 815 0.75/1.00 vMB 29
393,683 393,683 00000000000000000955e4a4063094d16440cec39f38142d5840a6840723203e 403 0.76/1.00 vMB 23
393,682 393,682 000000000000000001bb66c31b5f77eb93ebafd5b722c9bd5abbf5bbed8835ae 1,841 1.00/1.00 vMB 44
393,681 393,681 000000000000000006a108d9a8321eed56a4bcb48061f9b6c4cd3ff2acf08d8f 2,588 1.00/1.00 vMB 45
393,680 393,680 000000000000000006f356e80d9a512190652f816e0ad3d8a78dbb9f0d81a624 3,172 0.93/1.00 vMB 69
393,679 393,679 000000000000000002140bcaba936393bba462aa9fd864e4776bdef704106c37 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.