Loading Tool

Explorer IconExplorer

Memory Pool

146 transactions (0.11 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.68/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,488 000000000000000000022b910000000000000000000000000000000000000000 125 0.00140856 BTC 0.11 vMB 1.21
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,487 (665,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,911 246,911 0000000000000061c38f2487a57d2c1c5ec5bfda932215ee424291016ee1a9a8 0.04 MB 86 96
246,910 246,910 00000000000000298d1ff24c417f1ff5bd75b550cbb211c0eeb0b3f06fe712eb 0.17 MB 355 133
246,909 246,909 00000000000000a0a954c653a9c6dfa94a33a1ceefa1a76c5de670385e5db522 0.15 MB 345 162
246,908 246,908 00000000000000710483238d6a4bfa8be359fb5c942d8759945f4850b572d21e 0.06 MB 162 125
246,907 246,907 0000000000000058cdb4d1cbf724bc881bee3ee54f15f1f2c5e78195448502d5 0.05 MB 90 83
246,906 246,906 00000000000000507f564a0dbfa0ce01f7c5854a07c1b52e7c39b52367a29b2f 0.08 MB 178 431
246,905 246,905 00000000000000452883f162b816dd7ce367c5e56e31875c456dfeb6c2b605eb 0.24 MB 601 148
246,904 246,904 000000000000008618338af2f0d8cb2e1cdd1ce4002dc080cbfbfee5e6ac1b07 0.21 MB 448 122
246,903 246,903 0000000000000090ce9f0e359b6c61403a421864a83fc0e42413e842ee721513 0.01 MB 15 144
246,902 246,902 0000000000000010e7d55d1dfd30189716ff5de4256d912cb34c025aac724f97 0.04 MB 104 107
246,901 246,901 000000000000004a1e517caf413103af8f4d6b6ed0e7b7180f35587997bab391 0.01 MB 10 30
246,900 246,900 000000000000002458236a0b12e6b05feda5da409c97852588a976be866d8747 0.05 MB 78 89
246,899 246,899 000000000000008be45a6f38039b5ae9afa0a3a4305d880c8310ec1a8558ec67 0.18 MB 366 131
246,898 246,898 0000000000000020e6550f2618e31fbeef7affe793390375dff7c41e83293802 0.02 MB 33 53
246,897 246,897 000000000000007e558b538ea21ae1c86d785ce00a1a8825be854a9f04ee447d 0.15 MB 433 148
246,896 246,896 00000000000000070596f05ecb71f00b61fb1951cfec9d981e83d93da19a34bb 0.15 MB 219 141
246,895 246,895 0000000000000077bc79516c95d273261e4da998c777352bf72994bcdb08c6eb 0.13 MB 268 164
246,894 246,894 000000000000005eb1274f54aaf1e4d3a6d5e6596190a0fd9c3df5b55d278790 0.04 MB 103 37
246,893 246,893 00000000000000476cbb5b589d86e6bf9685489024bba900f40bb702146d4fd9 0.21 MB 403 152
246,892 246,892 000000000000002549427eb2f2f34ed131e67dae1845d4385f15313d8a050d63 0.11 MB 217 81
246,891 246,891 00000000000000936eb2ec38406aa87fe54b20024606e61cc587b5f804cd8c9e 0.05 MB 101 120
Previous 10 blocks ↓
Total Size: 777.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,556.85 GB
    • Received: 137.97 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.