Loading Tool

Explorer IconExplorer

Memory Pool

74,155 transactions
28.73 vMB
0.08081101 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt 770f8f2b05d54ee08d67c06b8919d2231cb2c06faffec4aef065eec9de248531
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root c8737fe5e14997aedde1dc61856c058da39d45537142e0b067f402f998303098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,535
Size: 1.00 vMB
Total Fees: 0.02245499 BTC
Feerates: 150.36 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (418,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,297 496,297 0000000000000000002635c22e41e0e9afca50a501bc3e0dc912338350dd0afc 1,987 1.00/1.00 vMB 141
496,296 496,296 000000000000000000b7bacdaf8cfa56be986c5b3c33d935897cb92b72e392de 2,343 1.00/1.00 vMB 190
496,295 496,295 000000000000000000cdb795279e717e7192f88105bef63e99bbb060c2dec5b3 2,353 1.00/1.00 vMB 180
496,294 496,294 000000000000000000536b2fae3fbe4c83df77c8510be83b71fa2e588445ba78 1,811 1.00/1.00 vMB 125
496,293 496,293 000000000000000000306ebe91cf43657e289607c88822f1b276651bacb73b6a 2,198 1.00/1.00 vMB 168
496,292 496,292 0000000000000000005772654a64b47ca5bba8ea5929c2e217572a233fbba9d2 2,523 1.00/1.00 vMB 193
496,291 496,291 0000000000000000000f3298c583884e2f23d9c9a14fd21a6aad289381f44156 1,924 1.00/1.00 vMB 88
496,290 496,290 00000000000000000065b9654d69cb91b06c2bc099e964e79eab63d8b2470f29 1,661 1.00/1.00 vMB 57
496,289 496,289 000000000000000000b0b77d8022eba679b51dd6bd29a5342c93f2f51d38defe 2,382 1.00/1.00 vMB 122
496,288 496,288 000000000000000000ccaaf4bb87b5d7bbd88519076964fc7871f08ef008edc6 2,257 1.00/1.00 vMB 180
496,287 496,287 000000000000000000b0b1f1d20b62f51ee7bb97401eb96ab7286a1677216459 2,688 1.00/1.00 vMB 35
496,286 496,286 00000000000000000023215c9e0237bdfec03f6c6a8a868cab945fdc38ed5336 1,953 1.00/1.00 vMB 127
496,285 496,285 0000000000000000003fedba918c371a7293ffc2a2563d3630fca497500c8e38 2,437 1.00/1.00 vMB 154
496,284 496,284 0000000000000000000aadcaac65ce76f6d91f15fc15d31795a4616750101564 2,559 1.00/1.00 vMB 137
496,283 496,283 000000000000000000b2044d5b21819d26e23063b773425ca18dc1bc4eae13a7 2,264 1.00/1.00 vMB 138
496,282 496,282 0000000000000000003578a93d81d16b6cd0b9ac99dc89e1b80733f907da4cf6 1,862 1.00/1.00 vMB 170
496,281 496,281 0000000000000000000c7efd7706f42884c5b767668f6aaa22bcab71afbb56d6 1,488 1.00/1.00 vMB 192
496,280 496,280 000000000000000000843b1b786499c7444daf48e20700108915d0a3fb3f85f9 2,335 1.00/1.00 vMB 143
496,279 496,279 000000000000000000c29590a234a06f759748802a55041db13829d0058bf871 1,496 1.00/1.00 vMB 112
496,278 496,278 0000000000000000009b31b3e0a22547dc6f6da3f9c9e63ac3080757962324ed 2,470 1.00/1.00 vMB 170
496,277 496,277 00000000000000000009a6c24dff07a0cd96161b287791894073b4b077a86f88 2,759 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.