Loading Tool

Explorer IconExplorer

Memory Pool

87,184 transactions
32.09 vMB
0.11669913 BTC
Random Selection Loading Transactions
Max Size: 196.12/200 MB

Candidate Block

Mining Attempt 6245c6e5e3d7f3c0229f540f79a40e0fdf2d40d2d7aaeb0b633bb2ca79e71e3a
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 8f8583421a4cbf05fbfd7752ec586fc2d132f0724412c61132981beab33b2df3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.03244941 BTC
Feerates: 1,236.26 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (460,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,159 455,159 0000000000000000008b4a2fcc6fbdf09631edb58493a0eadfc1b860b565acc1 2,282 1.00/1.00 vMB 167
455,158 455,158 000000000000000001d0983f86e148adc1b9a35c33993003c44c430e72ff08d5 2,293 1.00/1.00 vMB 156
455,157 455,157 000000000000000000776c2e6a18b0e321818118b4f75d0bc7d6f5ad4363a663 1,684 1.00/1.00 vMB 189
455,156 455,156 0000000000000000011b4aaf161456355e8625282334290bab617fff2f82a3d9 1,529 1.00/1.00 vMB 204
455,155 455,155 000000000000000001aae5e3f52cd74864d0ae56208521ccb34789a627e6c4f7 2,430 1.00/1.00 vMB 177
455,154 455,154 0000000000000000013c480969f9d3de19987d0f85db447ad1294d4ca0aab351 1,749 1.00/1.00 vMB 257
455,153 455,153 0000000000000000011d05921074441ee3902d8dc0bd3849dcd44191ea90a4f0 2,054 1.00/1.00 vMB 125
455,152 455,152 00000000000000000053f5b44e0f7325aae817288a2c5c2a45b9da8dc0674ba5 2,388 1.00/1.00 vMB 140
455,151 455,151 00000000000000000279fc363eca30a625a0b6e3a2f4bfa329bf0f5279116144 2,039 1.00/1.00 vMB 155
455,150 455,150 000000000000000000751bd118d586d9e908f45ef9046194365de072e8adde70 2,740 1.00/1.00 vMB 119
455,149 455,149 0000000000000000001f3fdf2fe9cd1a69ec8e522d7b7bb76d2a18942c44294d 2,158 1.00/1.00 vMB 143
455,148 455,148 000000000000000002427cf4334406e4b11b1c423507de11d1b0d6c2fd9f19db 2,298 1.00/1.00 vMB 141
455,147 455,147 0000000000000000003f192282bffe24d05a79e8b42c80f4ecaaefb452e035fc 1,902 1.00/1.00 vMB 147
455,146 455,146 000000000000000000ad7d357fe81bf0d456239db04b9797bcc4bfc870d4d2c2 2,608 1.00/1.00 vMB 173
455,145 455,145 0000000000000000000a37f63c3966e9d247738d25b7325c31379812a54054ea 2,565 1.00/1.00 vMB 174
455,144 455,144 000000000000000000e2648856c4b064fde39faf57accaa4bafd4c648b4db8ee 1,240 1.00/1.00 vMB 118
455,143 455,143 000000000000000001d9fa1e445fc4c97983b379d9e8cc8a5954a021d715ece1 2,482 1.00/1.00 vMB 131
455,142 455,142 0000000000000000008b63bedf31ad4b3a2ce768298f400448349fd418dd8097 2,386 1.00/1.00 vMB 124
455,141 455,141 0000000000000000012d484e7530678188cf7f54da96d25b520b63c0395a0586 3,022 1.00/1.00 vMB 136
455,140 455,140 0000000000000000000bb7cb216d1e2785ed3ba1c6adff514498d3ddfc8a36c5 2,575 1.00/1.00 vMB 127
455,139 455,139 00000000000000000228c2699241a5a444402ae671c9801544dbcef832673d4a 1,450 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.