Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,531 transactions (1.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,135 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,128 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,134 (845,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,716 64,716 0000000004c4f13b319b8e8b2a15070ed1f050279540793e19da210431347ea0 0.00 MB 1 0
64,715 64,715 00000000074289354c4dc2e9031b9108fc0319d7f1b9b8659984ff876ca368c8 0.00 MB 1 0
64,714 64,714 0000000006ff322decd2d099b65fad5c55a9d43793f97f060d3c003c3159412b 0.00 MB 1 0
64,713 64,713 0000000007624bf5133cae24086252c72387b0acaf2ca51c1a15e712ade75605 0.00 MB 1 0
64,712 64,712 00000000007cd7527786b80ee04219bf8c02d5cb060ccf8ecf8f1864c03d3af8 0.00 MB 2 0
64,711 64,711 00000000069d3e52b85f26646177ff90c9f17b292351e577d587af581139164f 0.00 MB 1 0
64,710 64,710 0000000008cc5334de2b1474d69209da249170c599c5564f072a78c2123d70f9 0.00 MB 2 0
64,709 64,709 0000000007d125e9c5a09acd9b07fd16f605a9ee5cf292cff246c9b9be9d34cc 0.00 MB 1 0
64,708 64,708 0000000004248c88b1ee60de77a2728d919c0427c6b5fe9c5efe82eb7560f2b5 0.00 MB 1 0
64,707 64,707 000000000537554e91b5af1a3fffa317c5d9c844fe75b7d96c484a3d0ba37ee3 0.00 MB 1 0
64,706 64,706 0000000006714cf9f54c6aec29f8577908dbb63b03d92aea867188075d87dfe3 0.00 MB 1 0
64,705 64,705 0000000001b73f702a3fb2b0869c089d1410fa46f747b1c1ffc17bf8d0734586 0.00 MB 1 0
64,704 64,704 000000000312baf2dc7a620afb070837c627d73ca3a032e300bdc154985bff50 0.00 MB 1 0
64,703 64,703 000000000996ef98fb25fe8e62eca78f0f33f1068360d2ba47c36657b812d14a 0.00 MB 1 0
64,702 64,702 0000000001df2a2aaaf29dcecd469ed917ab9c39f722fa9a1e9da7d6947c87c2 0.00 MB 1 0
64,701 64,701 0000000002db5189ba53cf205976e39c71cfcf27190c8a5209c56b4059158ca3 0.00 MB 1 0
64,700 64,700 00000000075653df0a0c71289750c14a171896a5d2f8f3df1730e142e8422b5e 0.00 MB 1 0
64,699 64,699 0000000006a68bcacfced27526f7354a4528a507101f1064ad65b8a8492bfac4 0.00 MB 1 0
64,698 64,698 000000000065c2d2fbfe201d745e6a3448d68ef080658f897546a7c07518cb36 0.00 MB 1 0
64,697 64,697 00000000041904f152193043346338b94d1ed0901dad0ab8d71ef81c60a1e055 0.00 MB 1 0
64,696 64,696 0000000001f79428f4cf68c022ee9f6e6304237be673445f4d04cd90edbf08c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.64 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,192.82 GB sent, 116.70 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.