Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,067 transactions (0.38 vMB)

Priority:

  • 1 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,141 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 1,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (886,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,508 24,508 000000001dba580df32f115523891875a330461a28bfa33a95b670159034dcfd 0.00 MB 1 0
24,507 24,507 00000000d166976d72ecc73f15c7c55b807943a6e543173808a92dd6a381b05e 0.00 MB 1 0
24,506 24,506 000000007ebde2191a70204763be6235abda2597079fb4e1adb8edb7c0fd9ea6 0.00 MB 1 0
24,505 24,505 000000001087185de4d746034823312d2d6fa7d1f582c66d5f96110c6b47e9b2 0.00 MB 1 0
24,504 24,504 0000000081696dc8af47a6594cb082c8a1a68a5ea49224d19d93733d58684412 0.00 MB 1 0
24,503 24,503 00000000c4079d79ee29c99b418516f87ecef866ebeeb84d4337ff9f90930d3f 0.00 MB 1 0
24,502 24,502 00000000543e9db58755a26cf68d4a160dd9d13d116c4020de0461552d074a3e 0.00 MB 1 0
24,501 24,501 0000000079acb3708a66cd6460e1f75671519b94c58fc6a06bd8b0135292b92c 0.00 MB 1 0
24,500 24,500 000000004df6129bd84db8a3b4eefad3745bfae61813d2071dbeb8fef782e0e5 0.00 MB 1 0
24,499 24,499 00000000ad231d0fa902b66c5f41ab559b5a79e96c94b252831063ea7e48c46b 0.00 MB 1 0
24,498 24,498 00000000d59e8931e31beb82b866438a202b7c4fa4261a6e02eefb41611f035d 0.00 MB 1 0
24,497 24,497 0000000090db088f5fccc4d61ccf981bb4af856aadba74ac63214da405e026b8 0.00 MB 1 0
24,496 24,496 0000000002c62fda1c579d143e15836b21e960c6f24e24dcd47dbacad427e5b7 0.00 MB 1 0
24,495 24,495 000000001e1d619752485d19a735e54e9288af442b6205e1583d6e95460f07c1 0.00 MB 1 0
24,494 24,494 0000000076fb29e0164cb58cf3b49f4def07004b244e3c54b42fb51f7a6fd55a 0.00 MB 1 0
24,493 24,493 0000000051891e07aef2b84d87e8cbfee3b17d8b177b1f986029b6da2f1808bc 0.00 MB 1 0
24,492 24,492 000000003062f2f55c00c9fe5b6ea1e0a62cf9635017c7a5f32382239931b0ae 0.00 MB 1 0
24,491 24,491 00000000b1e2c7144290debd31692ee3c3edd1e54b5c44e6f80300482597266e 0.00 MB 1 0
24,490 24,490 0000000005ffa301915392da61d482ea2ab72ba64faf2f4a0c34b2fe6c1da21c 0.00 MB 1 0
24,489 24,489 00000000bb76826940e5aaf01dba52cfbd64e59e7d494ef9802302fced43dc9b 0.00 MB 1 0
24,488 24,488 00000000a994a57f7fb082cf53c3ffa74f22f917aa3cc72d41792f993928460e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,374.08 GB sent, 126.29 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.