Loading Tool

Explorer IconExplorer

Memory Pool

33,021 transactions
7.47 vMB
0.02909670 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.36/200 MB

Candidate Block

Mining Attempt fb3f4bdeac988ed4022a28f71d2ec2fe1b399ad88bcf29bae0aac136da4f2983
Version 20000000
Previous Block 00000000000000000001a3a5cb04be99b7ebb0a4c795a7869c81b2a83b3196a2
Merkle Root f7a1251b49676eb2a0177377f3b81c594af5a30b8838c5655c8b16f32569868c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,401
Size: 0.49 vMB
Total Fees: 0.00879958 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,970 (706,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,625 206,625 00000000000000981dbcd597c8e9b7ff9711a5cb34d465c484a0320d6c994df1 0.04 MB 103 239
206,624 206,624 000000000000012aa09d9f0c410fe5c80221a997c1cfc1cf675a09eeb111a1ef 0.03 MB 40 449
206,623 206,623 00000000000002624b2fd1b112a8e1dc586021cdb5d6b28aae3bd8158b06c87f 0.16 MB 309 154
206,622 206,622 00000000000003cc315fdb0ac5d4e9ee4f4475f0393b86c94ea7197daf03f20c 0.04 MB 101 237
206,621 206,621 00000000000000c9729264ff388594ad9a5fff0df864afc45f8179c4440e1981 0.06 MB 158 0
206,620 206,620 00000000000002439ef818a955282dba2985335479b4ff093eedb79f9e13432d 0.06 MB 154 182
206,619 206,619 00000000000003171729b23feec8b284b4cea3ed7972f6c63273c3aebeafeb51 0.16 MB 372 196
206,618 206,618 0000000000000437f2662c97cc69b9ac64bfa8c00074b723e46145dbee9d0ee3 0.05 MB 142 180
206,617 206,617 00000000000001bec191bc63ca07082b1ecb30850ee4078aa76de8dada47969a 0.07 MB 154 167
206,616 206,616 000000000000035b4a0221d805737209bc05ed382dc8b491d4adadbece33c9f5 0.09 MB 209 177
206,615 206,615 0000000000000236765505907007fbf6cc0d2de33a1b26aad2cc258e2acff2de 0.24 MB 648 234
206,614 206,614 000000000000026ea479ce7585db76c170190fce7bc46c0406767523d1846e96 0.01 MB 41 110
206,613 206,613 00000000000000e82a4a94e606d61f559c61a682a505e560f5647f4294543ef1 0.07 MB 161 107
206,612 206,612 00000000000004ed68744522743f161216b4d2580494e8df979bce10952cdec0 0.13 MB 309 187
206,611 206,611 000000000000031611e400415d33dcb40bc75dbaa8013292be91b5de4146c965 0.19 MB 352 162
206,610 206,610 000000000000031f8f3876298aadf494bfd1c97648a3d2d6f1d911e01b205af8 0.32 MB 556 110
206,609 206,609 000000000000028678f8347adcc35e05a86e2017801ed73cc1a91434a22a292f 0.10 MB 245 162
206,608 206,608 00000000000001aef67d25b02468259a29ec5283b1808de44581778ad17dd1dd 0.08 MB 157 159
206,607 206,607 00000000000001eb536d8305ebbb60a008027684935fd8d98d2bc0fa757295da 0.01 MB 26 183
206,606 206,606 00000000000003d82b996b32e8e04159646f95fe3cc823fc030c17a744804186 0.00 MB 1 0
206,605 206,605 00000000000003aea4d6590025596b3b29ba1e11bf109679cb702570bb5116d2 0.08 MB 180 143
Previous 10 blocks ↓
Total Size: 778.79 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: 357.05 GB
    • Received: 3.18 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.