Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

417 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 394 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (885,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,709 23,709 00000000c96ff0959e557700e3f4b4a76325874d4d7d8dab6ce1c917937c0f54 0.00 MB 1 0
23,708 23,708 000000004d2a92dbde6730f32a451b381e87575d054352082798142ec8d8ed17 0.00 MB 1 0
23,707 23,707 00000000daf85ae67911bd75dd46af01fa02c47ba0308d851cae6d24813c2b74 0.00 MB 1 0
23,706 23,706 00000000a3bb166d11ecc3a6c2efd3532fa761c0a197ad26dc655f5516e0bc01 0.00 MB 1 0
23,705 23,705 0000000022a7e6915bc7d44fca2dd1b20245920fae66a18c2926ae83b5fa6298 0.00 MB 1 0
23,704 23,704 000000003f8e8191c66f5722c01e739423b20fb19eb0f678067a332ac8944dae 0.00 MB 1 0
23,703 23,703 000000002ebad277768e24aa70b3481ba8a8af1d5b099259abb4e2eace2ac594 0.00 MB 1 0
23,702 23,702 00000000071d7030afeff541485eebff49405485107f20e5ce58808c25abf6f8 0.00 MB 1 0
23,701 23,701 000000002891ac5cc9d03b445b409b91aa4105373f85fd4f7048963ff2072da8 0.00 MB 1 0
23,700 23,700 00000000a566791ae620ca88023a4667cac81386ea9a83125b7d14a2898e69a4 0.00 MB 1 0
23,699 23,699 00000000d0315ec17ceb1f9aa8904e9097577791535e5fad6e915d95945b4021 0.00 MB 1 0
23,698 23,698 000000005b034e824722dedff3b8c56bf6e9a2b59129ac383131b500fb59f23b 0.00 MB 1 0
23,697 23,697 000000009a9ab4cb9b8ed38e6fe9b733cc23479f8e0eb761030809b32452b9f3 0.00 MB 1 0
23,696 23,696 000000008ad771d0bdc5f90ce1679a1499a9ae017a9930e712f6849552a56af8 0.00 MB 1 0
23,695 23,695 00000000c016bb39fdebe1f9e2efe35baf3fccdcee487a8829a93e9e1428ff06 0.00 MB 1 0
23,694 23,694 0000000034ec0cd83318b3e32708bf8ff1afb19ff950050b047de28e83a55d98 0.00 MB 1 0
23,693 23,693 0000000012b53ae63413445621a0fdfeb946f77ca79d384e95839a37aadc85f2 0.00 MB 1 0
23,692 23,692 000000005ecc918846090a6085e6bbf50890328881a812ebaf633221f0014f42 0.00 MB 1 0
23,691 23,691 00000000b6c89d17279cff5dd5ce5ce3a9932db12fbe177867dc11153a4ee5e1 0.00 MB 1 0
23,690 23,690 0000000017adb4d850f41bf12a51cb9a010aaabf59249846dcd5c8095e429297 0.00 MB 1 0
23,689 23,689 000000007219d97a25a51a483eebae08f8418a9a9c99bbf44387b402cd027181 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 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,101.97 GB sent, 111.78 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.