Loading Tool

Explorer IconExplorer

Memory Pool

81,350 transactions
30.26 vMB
0.07524126 BTC
Random Selection Loading Transactions
Max Size: 185.82/200 MB

Candidate Block

Mining Attempt c5eb8b42b1f4d86181a8337309082057aeeea2961dd6352a5db9fd8e07a902cb
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 47c87fd5d7b2e644314a3956a275af79a75d0b24b8eef054af3d40e837d3f1c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,920
Size: 1.00 vMB
Total Fees: 0.00796146 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (460,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,248 455,248 0000000000000000022dfa26cd1365b41fc053077329a23c4dad3155b239f016 2,793 1.00/1.00 vMB 168
455,247 455,247 000000000000000000469964e6f7e55bf564cd053650cf040a4c2ac395b3dac1 2,822 1.00/1.00 vMB 142
455,246 455,246 00000000000000000052697976d9ad705f59d63c2af8ab7ba1b215ba15a36f73 2,338 1.00/1.00 vMB 131
455,245 455,245 0000000000000000001cb2262cd91b2fa76d01d3ad72206c6ddf6a725c2d8442 2,291 1.00/1.00 vMB 125
455,244 455,244 0000000000000000019c289a5a9d520e955673c79c5ed0e9585370a813d7a4cd 2,157 1.00/1.00 vMB 138
455,243 455,243 0000000000000000003ec2a011d137e913506fb2063ae3d310a494dc68fbd186 1,710 1.00/1.00 vMB 158
455,242 455,242 000000000000000002223787ac8214d818782d5bcc5f4f5eeab7961fc0e81b22 2,242 1.00/1.00 vMB 151
455,241 455,241 0000000000000000007d35c3dd74112506c7d5cb1fcf97104e99c577a1986052 1,878 1.00/1.00 vMB 136
455,240 455,240 000000000000000000ddb8ff159c8b838ce947cae6a568c18755cfb8045eb447 1,523 1.00/1.00 vMB 149
455,239 455,239 000000000000000000028e20fd844e226d3adcce3a439b8ec6ece9d483b8ee7c 2,237 1.00/1.00 vMB 175
455,238 455,238 000000000000000000ff22e3214d268611052c081ad85226a84aaf430e2ebe43 2,452 1.00/1.00 vMB 178
455,237 455,237 0000000000000000020084b57940e434e0db574aac9119786ee4435b4c282108 2,779 1.00/1.00 vMB 97
455,236 455,236 000000000000000001fe4a1b7d0583247c8f8dfe4bb3feb0e435e62e290b95a0 1,352 1.00/1.00 vMB 136
455,235 455,235 000000000000000001d6414df797e68f41caa140c12307d0df736dd25854e528 2,285 1.00/1.00 vMB 157
455,234 455,234 000000000000000000733be5d23572ba03148cd2af6107be3be381a27bfbaaa1 2,776 1.00/1.00 vMB 169
455,233 455,233 000000000000000000a6609989fdc89f9446d13bfd58894960d3d5081480f781 3,111 1.00/1.00 vMB 196
455,232 455,232 0000000000000000025c453dd77e5e5ed54073120e40a590e46523b9d2227fb3 2,104 1.00/1.00 vMB 122
455,231 455,231 000000000000000000dd2f9a086e372e57756de27cef0d7baa2383d41bcb0374 2,702 1.00/1.00 vMB 176
455,230 455,230 0000000000000000021de3287c13e2f4aa6e57fa6e32fa873f73074053eec37a 1,634 1.00/1.00 vMB 127
455,229 455,229 0000000000000000017eeb6f44d689d1fc1e3920b1242f2d5fdb1e99482b9b27 520 1.00/1.00 vMB 83
455,228 455,228 000000000000000002332bcc1bc3e401cf8b3aab7d9a7cfb967eb00dc90bcba9 2,304 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.