Loading Tool

Explorer IconExplorer

Memory Pool

41,074 transactions
27.38 vMB
0.06559777 BTC
Random Selection Loading Transactions
Max Size: 141.48/200 MB

Candidate Block

Mining Attempt dbd288ec50080299b74db6eb8486b0fa2c51a5606f06848a2ecf9714c6e3c792
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root d7339396275fc116b0b3023a97a1b25773a0ceb572e918f4ef23ca85522008bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.01309907 BTC
Feerates: 100.53 > 1.31 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (298,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,920 615,920 00000000000000000001382ea01fd33f432e43d8f1b55ea11c5a1f56f50427ad 1,913 0.67/1.00 vMB 12
615,919 615,919 0000000000000000000b2e21ae88e3bb0d3ecfa46e7eb5970c6c91c997286924 960 0.36/1.00 vMB 11
615,918 615,918 0000000000000000000ceffccc81493fc480aa7b8232db91110b02b2ac1abf99 1,154 0.35/1.00 vMB 11
615,917 615,917 00000000000000000008b0d0f16cdda8f3d0f8969aa0fcae422b103eb33ae3af 2,711 1.00/1.00 vMB 17
615,916 615,916 000000000000000000082b0be043be88983b18b967b91b06beee34b9b3149956 1,195 0.64/1.00 vMB 11
615,915 615,915 0000000000000000000d8800319262f60d81f708879d0f5aac8dcbb7b925e7e4 2,383 0.98/1.00 vMB 10
615,914 615,914 0000000000000000001226b2ccae8aeca226bcec5f93f65dd1bb70d28cd25308 2,224 1.00/1.00 vMB 16
615,913 615,913 000000000000000000088e75645da651a6f33c87bcb41b9ff086a34e12ccaf8d 2,689 0.98/1.00 vMB 12
615,912 615,912 0000000000000000000803f7c3c64ee8d4f436322b7986fa70bb2d1cb479dcbf 2,879 0.95/1.00 vMB 14
615,911 615,911 00000000000000000008629fc8e46bb2211efbd6b289f2d2a292f3765d291e87 1,903 0.62/1.00 vMB 11
615,910 615,910 00000000000000000000f2a81d7c3e4689c82de5ec43270e5f32a7aa9b1b2192 1,217 0.37/1.00 vMB 14
615,909 615,909 000000000000000000072d629f6131447546de56b6acd569bf93e64a6f213199 2,531 0.82/1.00 vMB 14
615,908 615,908 0000000000000000000e69276eaa889987f15adee0d6e7802667a54a413db0cf 2,325 0.77/1.00 vMB 16
615,907 615,907 0000000000000000000f5f0fd10921e6735242c3b23c08abb6b70608d0d86007 1,075 0.43/1.00 vMB 19
615,906 615,906 00000000000000000006551a4fa228099b4e3b5e53d948c3b967d193d5435abc 2,884 1.00/1.00 vMB 6
615,905 615,905 00000000000000000008b659178a44bb6dc640faf616b8fcd50753adce413cc0 3,020 1.00/1.00 vMB 19
615,904 615,904 00000000000000000000d45d84a6859b8fbb8ee81cfd305f7e01d7661f1f5bc8 681 0.18/1.00 vMB 13
615,903 615,903 0000000000000000000fb6c6957cf4a1b0def60803908fffa28825703ac9b9a6 2,124 0.80/1.00 vMB 13
615,902 615,902 000000000000000000050958b2db8196313916012e7e4606a4b2fde1496e6928 1,810 0.64/1.00 vMB 5
615,901 615,901 0000000000000000001156ad57ade181cb456e38eda2afe1a6ee422690aed027 1,701 1.00/1.00 vMB 29
615,900 615,900 000000000000000000009aec269d61b8359b61a7856c6a05c041f75bdc2283e9 1,425 0.49/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.22 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.