Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

84 transactions (0.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,691 000000000000000000022b910000000000000000000000000000000000000000 0.01 vMB 61 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,690 (36,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,392 875,392 0000000000000000000021fe4b954cbbae8a6d4e1b898c4bd9deb1fd6e13bdf0 1.78 MB 3,324 5
875,391 875,391 000000000000000000022706cc5c0812649cf6297d2236378680bd48af70518c 1.50 MB 2,955 9
875,390 875,390 000000000000000000022f5144662110e13efe6abc2c61ac610fa35d9e61a0c1 1.63 MB 3,795 7
875,389 875,389 00000000000000000001350ba12a60c590d6c9daee73e8dc5ccd48e954929284 1.56 MB 3,712 12
875,388 875,388 000000000000000000001265662f5fb64e6058f02255789e12d42c1b34ddc04b 1.56 MB 2,438 7
875,387 875,387 000000000000000000004f7dfb2a7829fc36c44976eecbcdacd860adc893e6af 1.66 MB 3,362 10
875,386 875,386 000000000000000000023d4f7ee94568500e267f5d3a00393b84990150be65b7 1.55 MB 2,931 7
875,385 875,385 00000000000000000002087cf1b3509c5412e4eb9ece29e5a6b1e5935a83ca0e 1.49 MB 2,688 6
875,384 875,384 00000000000000000000d7bc234bc05fd2322765b344ce27ea98cde8274b430f 1.49 MB 2,699 10
875,383 875,383 000000000000000000004bb804157cc9d097d28d3d01c36ecc37010759b0c82e 1.64 MB 1,292 3
875,382 875,382 00000000000000000001fa91e828b927fd42bc6959f867865eca90236905ccb4 1.83 MB 2,684 6
875,381 875,381 00000000000000000001408e91d2c67fc057b76417d2a76dc5b51ec37ff19e6d 1.53 MB 2,990 8
875,380 875,380 00000000000000000001538c7abaccca51b77da7aaeb52f49b41521b3a28ceb0 1.47 MB 2,337 5
875,379 875,379 00000000000000000000a63f43d0ac35c9024af8b6f4da76ae7ccc96795e5ef3 1.51 MB 2,600 8
875,378 875,378 0000000000000000000266d0c95e970e2f4d5a5d3703bbcf8e23b9db217581c3 1.47 MB 1,947 4
875,377 875,377 00000000000000000000b76d941354483c6a062b3c4e864a3d0fe7e509df926c 1.86 MB 2,583 4
875,376 875,376 0000000000000000000070dcff58ebfdcd78deea615f13ba463a75453f2b1659 1.58 MB 2,712 6
875,375 875,375 00000000000000000001ca6aa14fa12e07146ae2a3a462fde0a8432306e7b74d 1.59 MB 3,339 8
875,374 875,374 00000000000000000000adcffe5f131ef540dece9cb890151058644ecaa6a15b 1.65 MB 2,480 12
875,373 875,373 000000000000000000015d7ee8d2fc42f88d5044e252389f25bc89d155e5159a 1.55 MB 752 5
875,372 875,372 00000000000000000000698a2ac45c7731fa094d709caf8ea5f229449f37a262 1.71 MB 2,623 6
Previous 10 blocks ↓
Total Size: 776.52 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,425.55 GB sent, 131.21 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.