Loading Tool

Explorer IconExplorer

Memory Pool

79,615 transactions
30.42 vMB
0.07274878 BTC
Random Selection Loading Transactions
Max Size: 184.92/200 MB

Candidate Block

Mining Attempt d4c95fb8ac240d9a69554f6d0cf3f7f0f7195245a6d4b1ed5d4fbd7508af523e
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 1dc00bbe713df177f53ce87e75ddcb509204d26b540dbf0687a8b53d0bf2edf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.00760649 BTC
Feerates: 100.69 > 0.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (314,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,253 600,253 00000000000000000002099290d35afe44057a93b7f1a340e2dd1766c1077c33 113 0.03/1.00 vMB 9
600,252 600,252 00000000000000000000028a6344093e579397fc966b5482446c216a6aeb8bed 2,994 0.80/1.00 vMB 11
600,251 600,251 0000000000000000000687d36e2c7d6be3009f63f7676f687f6c44bd6d6c0409 1,659 0.43/1.00 vMB 12
600,250 600,250 00000000000000000014dfbeafcd06cc27fa2f648eba9c8acc02bc1cb697a26b 2,710 0.79/1.00 vMB 10
600,249 600,249 00000000000000000008684d63baccf98e5aecca0717744efb64351dd295de9d 350 0.14/1.00 vMB 12
600,248 600,248 000000000000000000107f71e1797bc4cb9f245681bdc7f2f7ba33ff6cc3dc32 1,394 0.38/1.00 vMB 11
600,247 600,247 0000000000000000000c666fc683e3efe71ee076d7ea56855e0ff83f0208054e 3,389 1.00/1.00 vMB 14
600,246 600,246 0000000000000000000c559ff8cdaac01eeaec5af63d63f712d8b05f0d38b4bd 1,079 0.32/1.00 vMB 12
600,245 600,245 00000000000000000012b3aa423adad0ed741356e35cbff1acc595644e2ae8e7 2,032 0.56/1.00 vMB 12
600,244 600,244 0000000000000000000e9679ded78f23d5b8fd077d9dd8f78f9be15a4cb2bf4c 2,589 1.00/1.00 vMB 8
600,243 600,243 0000000000000000000ba36abb71a7bc36a333286bfc8eacd9d2bb5f566c6893 2,612 1.00/1.00 vMB 29
600,242 600,242 0000000000000000000dd2acd39074be6e3352037cd74e16493a766fddf9fb42 971 0.32/1.00 vMB 18
600,241 600,241 000000000000000000062500c32bf3070a1a83b048519f479543120310c9e49d 1,474 0.47/1.00 vMB 15
600,240 600,240 00000000000000000009def64db3e0329c17cb632cca9a82d5577be9513bc5d4 1,706 0.89/1.00 vMB 9
600,239 600,239 00000000000000000003ebc77663c6bc688996fe3cc398c6abc76804c1de8b60 403 0.11/1.00 vMB 13
600,238 600,238 00000000000000000003df249ef5b1ffaab4c47fbd9846b558e09ac73f48aa07 1,364 0.51/1.00 vMB 10
600,237 600,237 000000000000000000038d868b156c43a0e47be19feb5f7e5f94b7c9bd3cfdb6 2,182 0.69/1.00 vMB 12
600,236 600,236 000000000000000000114da3191e27d60921133aa3c733f9dae58bbad8bcb001 2,600 0.70/1.00 vMB 8
600,235 600,235 00000000000000000012f53c8fff943eaea89b63ee33d21159b71093d5abb1f8 3,197 1.00/1.00 vMB 17
600,234 600,234 0000000000000000000647273155be9275b5448bfc98b7d85d9f949ad1fe6b3d 2,973 1.00/1.00 vMB 17
600,233 600,233 00000000000000000009aec270a1d323c3addab6d1a70d5fa988c28069def475 763 0.19/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.72 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: 701.69 GB
    • Received: 16.62 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.