Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt c98383c2810d77fc3cd692ac0c24cd0fea78f3948b052a019c8deeebff3577cc
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 4c44e29db3ba80e3aae10e2fe18251d28f26cfe6d0741a943ec8d292499142b5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,857
Size: 1.00 vMB
Total Fees: 0.06146504 BTC
Median Feerate: 1.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (709,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,719 203,719 00000000000001e285be96136b5a5311f2066d63802f98a1bb7b388664dc6304 0.08 MB 215 208
203,718 203,718 00000000000000378af02134175d138d840f4e4a5c011d1414aa897c98f1bcb7 0.08 MB 197 145
203,717 203,717 0000000000000130ef0c012d5029f33bb04ad727ce48e686e8a556dafdf86f64 0.48 MB 740 66
203,716 203,716 00000000000005362b8604564bfe7e8d386c03e07882aea87cd1bf5018c30498 0.22 MB 566 247
203,715 203,715 000000000000039b9c293a937ae68737106fd1b11b48cebd9408465003bbabb3 0.04 MB 61 232
203,714 203,714 00000000000002e242d5b5d604e0f714fbcfdfba46508bb9fe541817956c3c7e 0.14 MB 272 136
203,713 203,713 000000000000013952181ff231cc9681c3092f5ccf6f224ffe6714b09f0a4643 0.03 MB 66 29
203,712 203,712 0000000000000266093984c78a2d8b4195b9f0b81b0ad0fc5cc846cb4aaaa9a7 0.08 MB 111 72
203,711 203,711 0000000000000525b1d7e213e5e6bb53e6ff8616478690b0710e3e02e5a6bcc3 0.22 MB 343 93
203,710 203,710 00000000000000fe57ac8af41d8bdd3b6dd51bec7d99f05c7a428e6cf2c8dd47 0.25 MB 726 169
203,709 203,709 0000000000000204b93a4662a6f9838149c48d9f10bef85ab3dcabbfe8543c13 0.13 MB 354 137
203,708 203,708 000000000000000bbae8d8ae475b8867386cf5ed16ab6755707bd92d255e5773 0.41 MB 562 51
203,707 203,707 00000000000003264bc2ac36a60840790ba1d475d01367e7c723da941069e9dc 0.04 MB 82 32
203,706 203,706 0000000000000362276bfca652891b21e5a36bc37a7fa130ea705fc1d58011c0 0.06 MB 153 71
203,705 203,705 000000000000039e95e02caedb40dcbb6e61c350da296d9dad7e2648e598054b 0.04 MB 37 94
203,704 203,704 00000000000002e1a70db9a3f1a427a2b0b74b27ba4ad1746c3ad4775541ab19 0.21 MB 517 171
203,703 203,703 00000000000000fdd29a7749ad33a087e9e3c16d354595b9ca3cfd51950c16b2 0.07 MB 98 90
203,702 203,702 0000000000000250c09130e3147353eab6abc15e18a4b9297e435742a4552d54 0.12 MB 214 92
203,701 203,701 000000000000033ade960d39a772c3991120a5a1a367c2cc08787e9a9a0c5f8d 0.17 MB 462 129
203,700 203,700 0000000000000481ce3d564a4439eea934acdc3c9d51d0eb088b615cfadf3188 0.25 MB 713 243
203,699 203,699 000000000000002267f34db26b380f1855e99df26977c2ea52147d87c28054db 0.02 MB 64 79
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.