Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,264 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,655 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 1,263 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,654 (369,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,333 542,333 00000000000000000023c8a124a16f37404051a0d01889cdea47832b8ffd1b32 1.23 MB 3,031 15
542,332 542,332 000000000000000000022bcc3acbf5cbaf603dccf4440e31358ddf39bc7e64cb 0.73 MB 1,409 31
542,331 542,331 0000000000000000002544015e62e417bba4999d215ba30588a66d88e4576cf5 1.19 MB 2,986 24
542,330 542,330 0000000000000000001b9e7479850790ea9e89316c12afd4b4cc0e0dc16cf6a2 1.10 MB 1,553 18
542,329 542,329 0000000000000000002405d4d95c3ffa302fc0c48b1f17ec8367c7bd7cc79c10 0.33 MB 709 19
542,328 542,328 00000000000000000002c21d89727535fb92a3a282fcf1bf17bb351add680712 0.98 MB 2,380 13
542,327 542,327 0000000000000000001aa7b164930f72bdd769f26fca2ef1d0fbcb44bf003788 1.21 MB 2,771 23
542,326 542,326 000000000000000000148a0fd8dbbd100374db72708143e7382d44eab33e347f 0.60 MB 1,499 10
542,325 542,325 0000000000000000001c4a2042649f688ddc8df965772809f0b5593f4e90e634 0.66 MB 1,483 16
542,324 542,324 0000000000000000001c1fc284054280714fa3f403251a6c0e05f7e33cb56a63 1.26 MB 1,752 7
542,323 542,323 00000000000000000014388463490cf9659d5f192c0e75528a740d4a652a9760 1.24 MB 2,496 19
542,322 542,322 00000000000000000007e5f2aaff723441f0e130c8cc7583eba0d9f9f1fc5d3e 1.18 MB 3,135 4
542,321 542,321 0000000000000000001bda69d1b98be98112a2a84562564717efd2b69452cfa5 0.29 MB 518 6
542,320 542,320 000000000000000000196aabf4395a80023d089e9dd5fd8ae94923a9756135af 1.28 MB 2,807 14
542,319 542,319 0000000000000000001d143a649041c0314d37ce45e141f9671c47ee762e47ea 1.13 MB 2,408 34
542,318 542,318 0000000000000000000895e1192b2637987453f22a9d8bc6b825e215587fc7e0 1.23 MB 2,954 22
542,317 542,317 00000000000000000002dba875d7afcf2a0695dea3389879b9827e253b364e33 1.21 MB 3,004 21
542,316 542,316 00000000000000000009cf6ae5669ca9d31d29bb0b115d46fb3d2a897900405a 0.41 MB 1,039 21
542,315 542,315 0000000000000000000ce0422dd8db96c34d082ebd3fa2ba571d890d5fc1d80c 1.24 MB 2,621 21
542,314 542,314 000000000000000000100a2486807371aaccb1cb7b11205da919585d60db2d4c 1.13 MB 2,137 6
542,313 542,313 00000000000000000018df23f0e3ffeb83fcb858aee644ced4b0c025d11c699f 1.19 MB 2,535 13
Previous 10 blocks ↓
Total Size: 776.45 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,424.07 GB sent, 130.90 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.