Loading Tool

Explorer IconExplorer

Memory Pool

4,515 transactions (1.94 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 11.15/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,427 000000000000000000022b910000000000000000000000000000000000000000 2,873 0.03208455 BTC 1.00 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,426 (751,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,168 161,168 000000000000059a1070d337887d8de6a629fe9e87b95c8a3b42be5e66e0507b 0.01 MB 31 196
161,167 161,167 0000000000000a38f85cb57166ba37042749db9d5feba13eac70f15456196dab 0.03 MB 34 232
161,166 161,166 000000000000069cfb06759f7cb0b579b9473284b7f5a83225b8f42be3a53f0e 0.02 MB 18 3
161,165 161,165 00000000000000cd9211bb12cf82ad1308ad366189c590755aade4976b60a1a9 0.04 MB 46 98
161,164 161,164 0000000000000ad0ee425251d922ad500352ca29fb5b006fb4c433898b368c16 0.01 MB 27 287
161,163 161,163 0000000000000c97633c45bca938d80cb32bb4f239812b84355b0ce0622683e8 0.02 MB 24 564
161,162 161,162 00000000000004b7b92a6771a9cd52d508a5f61f39ff213f029f840266d691f2 0.00 MB 1 0
161,161 161,161 00000000000004e804cb812588a3549c64220c16c82de06ec3359419e6c32d20 0.01 MB 15 47
161,160 161,160 000000000000010003e7d2a7659e6a6c120f1cc724bce7f8077810d8866daf92 0.01 MB 15 191
161,159 161,159 0000000000000c37ac1689c55d0d676600b1667de1d7e753a8dbdb6268778da7 0.04 MB 88 16
161,158 161,158 00000000000004aa6955b2624955c9a23f342046fb0e51bdc13d3c6ee8e62e19 0.02 MB 25 178
161,157 161,157 0000000000000e078c0fef0d896213b4f27ab7bb40f57496e8fe6230b970a109 0.00 MB 9 15
161,156 161,156 0000000000000362ded413f20505c378e3355a72ea0989f90e818074bff0be08 0.00 MB 9 10
161,155 161,155 000000000000008ef0300de98661a8cce11a626cbd0f2b2f9bb5b9267b9db9a7 0.01 MB 23 946
161,154 161,154 000000000000019f787d71b3b0c58935ce680cfc32a7767df2a58e1fc358aa94 0.01 MB 13 58
161,153 161,153 0000000000000b9759c408eae940ab7feda115ca6174a027a00508290c3e7ba3 0.05 MB 70 237
161,152 161,152 0000000000000c140b633413cd9de3f0c9d2c9735b9dd1dbca06f67b2d20e4c9 0.05 MB 175 12
161,151 161,151 000000000000002eb5685fdb0befce81b1217de4db7e0c23c53e714f2141757f 0.05 MB 105 92
161,150 161,150 0000000000000ddc6f29612194337fccb4f1172e2a9da0ee02d33da5dfabd010 0.05 MB 120 41
161,149 161,149 000000000000007e3e4f427c5f2db27cda040a197ef61300e9893f162dd81b59 0.03 MB 66 44
161,148 161,148 0000000000000a0a8c6d9e2346f6ebd079c336615d3cf0ff04e6fad4f4eb013e 0.05 MB 90 246
Previous 10 blocks ↓
Total Size: 777.84 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,553.01 GB
    • Received: 137.49 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.