Loading Tool

Explorer IconExplorer

Memory Pool

40,313 transactions
27.25 vMB
0.05980020 BTC
Random Selection Loading Transactions
Max Size: 142.55/200 MB

Candidate Block

Mining Attempt 9a56fa2de33a0b013e8f8f40ee00fa52675239e4a45e2bfde62029940b6d4fd7
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 9bf7a814d619483324a5538e158f572d24f5bdebd7671a8af36796d20750d510
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,822
Size: 1.00 vMB
Total Fees: 0.00924629 BTC
Feerates: 69.10 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (460,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,026 454,026 0000000000000000006650282ac7fa04191c36e13a19406e5c11eba093917f73 1,292 1.00/1.00 vMB 169
454,025 454,025 0000000000000000027a7001bf2584784bcfa9a07087ea15a88d7213795fe65c 1,278 0.63/1.00 vMB 385
454,024 454,024 000000000000000001485d573f3a23f2e694f10ed47fc227179ee8499798097b 2,212 1.00/1.00 vMB 203
454,023 454,023 000000000000000000c96748e93bba3de581b5afec7936c0d843a6291122fccd 1,993 1.00/1.00 vMB 150
454,022 454,022 000000000000000000d026c2ba3799b247d9ad2cdfb3d35075e8762f5315af41 403 1.00/1.00 vMB 430
454,021 454,021 00000000000000000265aeb3c107fc001c97b75e84178bfaa2faeabce7827bcd 2,911 1.00/1.00 vMB 83
454,020 454,020 000000000000000001a776d6a4db0e3c2230ac6e6613e8423dd99d5a01232617 2,960 1.00/1.00 vMB 86
454,019 454,019 0000000000000000025ca52bd61b371d069c421fb27e0da20c77372914d53217 1,871 1.00/1.00 vMB 122
454,018 454,018 0000000000000000000ac95c343d277f07980941326cac3dc1ceb32abbbfa107 2,740 1.00/1.00 vMB 194
454,017 454,017 000000000000000001c7ab75d02fee3f2e1e2b46a894d9220427cc9a0a3cd10b 2,633 1.00/1.00 vMB 112
454,016 454,016 000000000000000001bb6445aa33cd52a8f6968da3f163b75fec50e6cf2af5e9 2,904 1.00/1.00 vMB 130
454,015 454,015 0000000000000000015e817942c1dc359fb0507b523f9f38484f27f03d1ef03e 2,390 1.00/1.00 vMB 82
454,014 454,014 00000000000000000238acdc94378a75bcf9805ddf8ff0c7a927bd18cd4981fa 2,316 1.00/1.00 vMB 119
454,013 454,013 0000000000000000008e9a74462b839bd4986918333f6fb1e52e2c0c5ef2c920 1,764 1.00/1.00 vMB 92
454,012 454,012 000000000000000001c1d90d813603a1799245dbfe11c33a54e162a47da5229f 3,144 0.99/1.00 vMB 90
454,011 454,011 0000000000000000002a92721185760e0bfde510f2c58d73dfd34cae9d7be58e 2,456 1.00/1.00 vMB 73
454,010 454,010 00000000000000000121c07c492d7145e16b87b7a06400f14841230f5c1ac38e 1,759 1.00/1.00 vMB 87
454,009 454,009 00000000000000000190799387d2723248fee807cae5de00f04a0e1268e44041 1,478 1.00/1.00 vMB 101
454,008 454,008 000000000000000000046c6a0b8d3089518a057c5c6a6cc06dce594a08fbf979 1,662 1.00/1.00 vMB 124
454,007 454,007 00000000000000000228e23c98c221832f369a9740ad42f76a4045bf0ab05735 1,529 1.00/1.00 vMB 116
454,006 454,006 000000000000000001e2d9e3887a6c5ff58320b3e2ac85da3b5a5145ee592286 1,671 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.15 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: 652.97 GB
    • Received: 13.81 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.