Loading Tool

Explorer IconExplorer

Memory Pool

27,124 transactions
6.25 vMB
0.04922238 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.71/200 MB

Candidate Block

Mining Attempt 2193b9d8ec9b3cd2852d47bad80f73640cad6bbd6457975ee987bf5d7eee7396
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root add6d33359982636f9ee6175b0d965f0f05606aef21a5167ad9c0a15bee127a4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,704
Size: 1.00 vMB
Total Fees: 0.03314859 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (713,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,842 199,842 0000000000000125c7631ad6eb5b250564f314f95a8063f3ffebcc80f0064bbc 0.05 MB 150 106
199,841 199,841 00000000000001afc091ef5bf6cb82dd2b30f618eb5313195a97fa894232d10b 0.12 MB 353 153
199,840 199,840 00000000000002c54269d46ae835604d5d98805e3f9751c11399acf9ddc9173a 0.13 MB 304 128
199,839 199,839 00000000000003f778c32bf127466a2a6b5535c3ee0f46b8887c4a2590afb3aa 0.03 MB 58 111
199,838 199,838 00000000000004b26e17bc082dffefdaf228ea4bf975f19d21da9ab2d1f5200c 0.01 MB 20 136
199,837 199,837 0000000000000093e4c90103be0ae9c2c2aa2ffc02b64d9192245f36c976269f 0.13 MB 278 107
199,836 199,836 000000000000037ba4161bb51db3801b75d55310fe708697f6f4eacfdf341a9a 0.07 MB 89 82
199,835 199,835 000000000000056267c9a87442f481450d6c8dc1021ab32ff6f44906226ecaab 0.08 MB 225 889
199,834 199,834 0000000000000213589d770ed446fcd64c7775be31f44c1113cc2d161d1ba71a 0.00 MB 13 691
199,833 199,833 000000000000014f0b8878be4aade7242fb553b0d7692d94f102c15445afe5c4 0.21 MB 512 359
199,832 199,832 00000000000004c670e8c18496d4564064c03b9d62cfe4051d94d5c63f85e57a 0.06 MB 145 217
199,831 199,831 00000000000005cca2fba1b994077ab8f7298a6c7591902f4a8d082350d0b1d0 0.13 MB 261 79
199,830 199,830 00000000000001646ac29c2d8e154de29bcf166f5ae5aa1ea45fddfc144cf302 0.09 MB 194 628
199,829 199,829 000000000000056f049f4ec07b0fa5cfde62fdaac566d09867bf26f85eacd304 0.09 MB 186 209
199,828 199,828 000000000000059d12f6ed7014089f50fa01c4a0d55912f622b459c06458e0a9 0.15 MB 413 344
199,827 199,827 000000000000015f7e55d109bb12caf50762892e2a0ffaa7f3fbc181889eb564 0.05 MB 141 144
199,826 199,826 00000000000000f7f8ce8f781ad7184a73c5467954b2e4510818642636d4a243 0.01 MB 27 74
199,825 199,825 00000000000000f3a3f880e2f13c2a3a6b2595caff13089ef7d266fbba8c7c8b 0.11 MB 264 333
199,824 199,824 000000000000042ed1a57d58d15946675d29069ff4712270b382ee00dae97704 0.01 MB 32 0
199,823 199,823 0000000000000388f2dbd45cd8d6619eb4d6cb40e5359f94a7c0847e6af4940e 0.08 MB 217 166
199,822 199,822 00000000000003d45c0f4ce5bd0b141958564a16524a6478b417d90d34d28b6a 0.07 MB 175 147
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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