Loading Tool

Explorer IconExplorer

Memory Pool

84,629 transactions
31.85 vMB
0.10978479 BTC
Random Selection Loading Transactions
Max Size: 193.42/200 MB

Candidate Block

Mining Attempt 2a2096355ad52a45518f0e71a1f4a59b80dd7000cbff6c2d4b6d689086d964e8
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 72f24b25ad3e149be483b53472dd301084f0a257da66e2b23964b337b5084e6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,759
Size: 1.00 vMB
Total Fees: 0.03244895 BTC
Feerates: 299.43 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (552,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,809 362,809 000000000000000008e285d5987cf127997c6d9a3884811df541d5672a37b4d7 698 0.54/1.00 vMB 24
362,808 362,808 00000000000000001160b7d3b8a348aa9e81f44f10e1c5cdb70369a3f1dead60 743 0.38/1.00 vMB 16
362,807 362,807 0000000000000000105315272784159ab3f00ef6883ba8add079c1614cfe8b14 649 0.52/1.00 vMB 18
362,806 362,806 0000000000000000117a93e48888b1e6f635c39025c8df8d59a4965e3a33af74 1,024 0.74/1.00 vMB 21
362,805 362,805 00000000000000000281d5d118545f8cd4a60704842e77759212f79e873688be 1,450 0.75/1.00 vMB 31
362,804 362,804 00000000000000001293c74dc303ab043e59da202e31b2464b22e94b1e40d927 540 0.42/1.00 vMB 20
362,803 362,803 000000000000000005f9c040d67df483eec2af12270ed977beb2cddc9c1a0689 1,241 0.93/1.00 vMB 23
362,802 362,802 00000000000000000e93dd275395b7f13187844daaa2f3976be5079a9979d6ad 1,535 0.75/1.00 vMB 35
362,801 362,801 00000000000000000c7d05e1e9ca46d56cd85d59f037fca5479277bab9bff8ed 390 0.25/1.00 vMB 24
362,800 362,800 00000000000000001583481b7b7857ce2824a05c8f304ad52540d3af9bcb4753 1,039 0.61/1.00 vMB 25
362,799 362,799 000000000000000005697fd14272d1054b3c2658606272e49559e5b0df32748d 885 0.62/1.00 vMB 17
362,798 362,798 000000000000000011aa023945ee5dd8ef2cc059f2e3e2a36dc344763e6e5a50 1,702 0.75/1.00 vMB 34
362,797 362,797 000000000000000006eabe940b793c7491645ed712081a7bce3f1e96fcd95b8d 1,015 0.67/1.00 vMB 21
362,796 362,796 00000000000000000bedf91386ea021ae90b53ae4b8606df4102807c459d7f60 1,342 0.93/1.00 vMB 20
362,795 362,795 00000000000000000778c4b224763724cf3a6cd9cece411ecc8e4a6026fb57b5 664 0.68/1.00 vMB 18
362,794 362,794 000000000000000012a7c3b0c96f3004167872b30b5cf76d8ed6cd56a59f1443 1,690 0.92/1.00 vMB 27
362,793 362,793 00000000000000000d10d38a0563b56c5165dcc30a3612e798a90496012bf02e 1,597 0.94/1.00 vMB 27
362,792 362,792 000000000000000013e2c2e64162ae5cbe85c049c9d4e080bda7e2b3c2a9b793 360 0.24/1.00 vMB 21
362,791 362,791 00000000000000000c8d49286fea390daa240a6f31e93a6a2d495bf4eff7f83a 329 0.22/1.00 vMB 21
362,790 362,790 000000000000000015b1313855f9d1c998dc2f37eef1860a3deec7637dd6f338 723 0.36/1.00 vMB 17
362,789 362,789 0000000000000000121d9925d2fe1b66751b999b1cf5b2524aa641fc96a773b7 610 0.35/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.