Loading Tool

Explorer IconExplorer

Memory Pool

25,822 transactions
6.41 vMB
0.07832296 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.19/200 MB

Candidate Block

Mining Attempt af1d1e28efe101aea97ef4df514d8897571919e26243eb62c10608aaeaef369a
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 064db4e156c2b9b42d272f5d7a896d112fd82cb21d024838fc28115ad3d09bf4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.06081698 BTC
Median Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (706,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
206,604 206,604 0000000000000052ff0915fef8c1144e4a16fe380cf416c991e96a230871512c 0.07 MB 152 425
206,603 206,603 000000000000005abd72fbcb070aa64657f2c8ef2131a1180a514d2d2a6f4275 0.16 MB 438 212
206,602 206,602 00000000000001eae061e617ae656a01af53129515153277f5896e6a8efd3f09 0.08 MB 221 187
206,601 206,601 0000000000000316efb68a55ee90c8fec40eff4d19516d7ae66e827ff5de356b 0.10 MB 127 86
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.67 GB
    • Received: 0.28 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.