Loading Tool

Explorer IconExplorer

Memory Pool

31,468 transactions
6.51 vMB
0.02798927 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.99/200 MB

Candidate Block

Mining Attempt d09cab4a590c76a3d1f34a06e9ef2db65996dfa3b22145fac2d1a38a4d33fa43
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root cb58cb66938945498f858f6ad8085e622b9ac4f4449d7a998b8e7a30dbdedfd7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 901
Size: 0.43 vMB
Total Fees: 0.01123794 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (775,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,227 137,227 00000000000003c91cfce0c7b37f27ed8a695401d2d0c7e1c87d09de7d018396 0.02 MB 32 647
137,226 137,226 000000000000005ced98dbb1a5105e13a226a9d40dbd5ae392c9103c52055c38 0.04 MB 122 302
137,225 137,225 00000000000005851a3fbeb64c16fe46092112949b9f56165d3fb280caebc3de 0.00 MB 8 321
137,224 137,224 00000000000001ab70324aa2fdf31636f52529f0c8ff06a0d21ebfb3b71e0895 0.01 MB 18 148
137,223 137,223 00000000000000eaa362747627eccce06d525e56c55147cbaf994c549f69188f 0.03 MB 83 16
137,222 137,222 0000000000000529a7e450666c2bd1a3a79e059cb1ce3d1a11247cf72c86eeab 0.05 MB 125 177
137,221 137,221 0000000000000325ebdf2d418a0fae2ec8ac86961f151a967089122295b7d06a 0.01 MB 14 65
137,220 137,220 0000000000000287ce24f192e693adb919590e3cbcc526811504ffca461754e4 0.02 MB 27 124
137,219 137,219 00000000000006b6d4cd3c84797569221b374826aa85a670b3d8b846124d68d9 0.02 MB 47 255
137,218 137,218 000000000000081a4ef74c7b6dc57a35214d9759aeb8a14170fff24e7c3d0e64 0.01 MB 7 0
137,217 137,217 00000000000002c2d13272829eb8a41c8b82ec7f257ad126535beb28d9c66e1d 0.02 MB 38 172
137,216 137,216 00000000000009612500bcafb37ea302661028f302ee8378cfad718b3ddab58c 0.03 MB 52 137
137,215 137,215 00000000000001baf2b8419e69a7ab535ed80b697c6cdc1989083353ff726546 0.01 MB 10 677
137,214 137,214 000000000000000e32c1fae67beb73cd98d624952c2b720b26d92bb10325f5ac 0.02 MB 44 93
137,213 137,213 000000000000079d0bfbd6d67b956b3d8ef62135591ef8008806191c656d16aa 0.01 MB 19 355
137,212 137,212 00000000000002edc39de66ce66eebb14a8e049854616e481172e29dfaaa7785 0.02 MB 56 28
137,211 137,211 0000000000000084677ab48011f38f5b5d573d9e171fefa4f44a31c7ab45755d 0.03 MB 60 328
137,210 137,210 00000000000002e4128034cfe76e83fa2e25446b7338d3ca56bd65e8d7d0ef03 0.03 MB 113 48
137,209 137,209 00000000000009a869f0edd8bfa0e1d29a501f6c6d6eab0634de02f3ac0c2331 0.01 MB 21 197
137,208 137,208 0000000000000220ee4ef2ccfe42642c3835d7a7b7047b0527a5c0b201ad6f20 0.05 MB 88 74
137,207 137,207 000000000000088cd23e4131de70d99b348e4800e34897342cbba21cb173847d 0.05 MB 75 1,294
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.36 GB
    • Received: 3.19 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.