Loading Tool

Explorer IconExplorer

Memory Pool

73,999 transactions
27.38 vMB
0.06957549 BTC
Random Selection Loading Transactions
Max Size: 166.90/200 MB

Candidate Block

Mining Attempt 6898d2393d0da25e9375333ca8a96827556f3bb32e95cae0550a2358ea524085
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 7f09328a8b54ae3e35362f4aeac64fc92442cbb38c862460ac6cb97d7a75916b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.01136924 BTC
Feerates: 337.46 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (354,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,307 561,307 0000000000000000000f76dac10582f0dff59e0a61fc5e80328657131c6e1f3d 2,839 0.89/1.00 vMB 11
561,306 561,306 0000000000000000002c6c95e731326da400729e1d499e7815e26f00d2e47f84 1,288 0.62/1.00 vMB 2
561,305 561,305 00000000000000000027cf8b81281d0d10245275794f10f99a7c44e3e96112e4 2,930 1.00/1.00 vMB 22
561,304 561,304 0000000000000000002a921eabf983a048cca74f20e971feff6577887c48a5a8 2,726 1.00/1.00 vMB 7
561,303 561,303 00000000000000000010c56f995dc6f3476ea2b3923bcdadd51f9006ae9f5e64 2,894 1.00/1.00 vMB 16
561,302 561,302 0000000000000000002e2b6448fb49f11e2648b6df720f05c33bf53897a50a9d 2,675 1.00/1.00 vMB 8
561,301 561,301 000000000000000000131dd9ecc2334473d010bf522b974c5aaf3d6bb461d9e9 3,297 1.00/1.00 vMB 24
561,300 561,300 000000000000000000036eae0955ba935b0080b52a6c3ebe65922702d02c3b6b 3,370 1.00/1.00 vMB 26
561,299 561,299 00000000000000000002894f7285b074c3259b81dc9cc1aab31d690a17212c13 3,184 1.00/1.00 vMB 27
561,298 561,298 0000000000000000001c232e766f37990ad52138a0c6c17c3a17f2b8b57dcb4d 630 0.21/1.00 vMB 9
561,297 561,297 00000000000000000020a9e0bdccf76b2f5c9ceeb52eb8e5a1cb1c7b031e9196 885 0.27/1.00 vMB 9
561,296 561,296 0000000000000000002b4eb797e682b0bf099add49a7fc8dd1ed2b38d5cdd145 241 0.07/1.00 vMB 6
561,295 561,295 00000000000000000002ce2a50a3a9ef53deef2c2e3fc91165454549bdb91cc0 1,134 0.41/1.00 vMB 15
561,294 561,294 0000000000000000000051f15df012152d6b7052f7a81beb0e8adcaaf8ecaa1d 1,784 0.81/1.00 vMB 2
561,293 561,293 00000000000000000018736bfe40b4663d38359f2f4ad7e93d56b286f7ffaca3 1,907 1.00/1.00 vMB 14
561,292 561,292 0000000000000000002617bf1a74a29fd53c9313fa4859af6bd8c00b3ffa77b0 3,388 1.00/1.00 vMB 5
561,291 561,291 0000000000000000000eb70c4bde68a0c6df6d370231d6a13ccac5635d13cab2 2,904 1.00/1.00 vMB 25
561,290 561,290 00000000000000000002688e5c1ce407935910fffcb45575094871ae68208b88 3,092 1.00/1.00 vMB 3
561,289 561,289 000000000000000000049175163060c1809789749c6aa32aace25253d2310d50 3,159 1.00/1.00 vMB 20
561,288 561,288 00000000000000000019096cfbdc617741597578853b131537320d669ea5ca05 3,459 1.00/1.00 vMB 20
561,287 561,287 000000000000000000111b4f69133fde8c6111dd6bf0571806421c5df73adeb2 3,138 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.