Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,574 transactions (0.78 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.77 vMB 2,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (894,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,021 17,021 00000000789d6a3c346a680fbb49ba8e29a8143a5b2c1d7b7c11ad2cba01d1fe 0.00 MB 1 0
17,020 17,020 000000009637890d74a6fc0ffb6aa299cbf8749e18905cb57ce76cb0316fd937 0.00 MB 1 0
17,019 17,019 000000006b467d95e40809fdb4e974079d2c45d1c8a608426b3cdc32fd238ade 0.00 MB 1 0
17,018 17,018 000000002acb2b6d69af274975706a8303a32a6f16092ba40c4a5c01eed727e2 0.00 MB 1 0
17,017 17,017 00000000d7c3d90e9420d1388985d8934726a7148234e526249c26849e985415 0.00 MB 1 0
17,016 17,016 00000000f7df216f048cc3dd0d62e2f3442b37a9ba7b77d272f3345a927fe78e 0.00 MB 1 0
17,015 17,015 00000000cf9d643eb5cfe9d236432d7a1b924a6aa1b5a678e7d8c3252e76fe8b 0.00 MB 1 0
17,014 17,014 00000000a7405081a9474282ea7ddd12718effd783bd4a753d9406ed549bdb5e 0.00 MB 1 0
17,013 17,013 00000000ba89e75ff8086e48d6e81f70f8ddf9c9b915057e998833c0fd3df9f6 0.00 MB 1 0
17,012 17,012 00000000604e70fc8126aa07052c457a03f59331b0f73c085fcb08a135097942 0.00 MB 1 0
17,011 17,011 00000000460f8aaa99b2067a8d8d208aa423a478d5c9d287e17c1c603bb63585 0.00 MB 1 0
17,010 17,010 000000009542a220419f8cc37860d02fd296709de6f9dcf837e766dfe37e9cb3 0.00 MB 1 0
17,009 17,009 000000001d75509e6fbbd5a060b967b1a307189c46bb5320a41b1ee027677518 0.00 MB 1 0
17,008 17,008 000000000b732e9f794e820530ecb4d2b93f7b1affd7aac7a4e264f197dd523a 0.00 MB 1 0
17,007 17,007 000000008049423976dd651320f072f82a8faf51aa91ffd0865d9ab876333222 0.00 MB 1 0
17,006 17,006 00000000b2452007489b3d5ab88ac17575562c8b22d938624a78da192ab15c8f 0.00 MB 1 0
17,005 17,005 000000008822bee5e7e8b697f92ba0bcbcc2e3b29504852017954aae43138a52 0.00 MB 1 0
17,004 17,004 00000000a9c8a4c88ed2150391a3bdd9d52b8e55f57a9efdb24f4747756e7c00 0.00 MB 1 0
17,003 17,003 00000000a3fd50a8bf63138dda495ba43dd5baf1531fa8f37edf78d438ddec4f 0.00 MB 1 0
17,002 17,002 0000000020853a3405906dd5e523c4ddb347e80ba3358a38fe3ecf6e50a6cfa3 0.00 MB 1 0
17,001 17,001 0000000024b28363ab1cb85d7c9cc41b95ff8d360009cb1fd6604124e5c8d8ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.74 GB sent, 128.44 GB received

Notes

  • This page updates every 5 seconds.
  • 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.