Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

950 transactions (0.44 vMB)

Priority:

  • 1 sats/vbyte = (7 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
910,833 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 950 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,832 (819,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,111 91,111 00000000000e41d6691224f5b56ed68c8e730b27330a26992f7bcc4e4c54e0d5 0.00 MB 1 0
91,110 91,110 00000000000e4dce51c44a3e669ca192e7bcb934bf9b8aee21f0d095fb8d7f3f 0.00 MB 2 0
91,109 91,109 000000000000b812a8c4e98b8b1c25fec34a2dc1b417026555ba2e277ebcd3b2 0.00 MB 2 0
91,108 91,108 00000000000c7394846a12d6444d514d694ffa49df2916e77897caf2e16e347f 0.00 MB 1 0
91,107 91,107 0000000000094448f6d8c0689f288e8dfa4fa2960a2842aa16e8f66dc6b8ad05 0.00 MB 1 0
91,106 91,106 000000000009ccdc30aa402e8ca7fb7491a1043945312565ba881fa85e4e847d 0.00 MB 2 0
91,105 91,105 00000000000c8a7430798a2ff9b08df142b231956f18e1202fe2fcce18347cbb 0.00 MB 2 0
91,104 91,104 000000000006ec8920798012426886f42d4fdfdb808dd6104b1da129b60bb461 0.00 MB 1 0
91,103 91,103 000000000003053ec8bea5f9ea601d0180fb5e7f6ccd49f130e7db590ef0f068 0.00 MB 1 0
91,102 91,102 00000000000d58a5f19f9abcba9ddef2f7bc173c72790cde0a965ca615cd6cb1 0.00 MB 3 0
91,101 91,101 000000000002d98d1c942100510dc0dd37ea4861e0086205fd92ac2b3bc06912 0.00 MB 2 0
91,100 91,100 000000000005ae4a7f25127c2a22e18e998170829334d33262295a25e3b0507d 0.00 MB 2 0
91,099 91,099 0000000000061c615290454b6d1f181217b59da350bbf50c15819904908497d3 0.00 MB 1 0
91,098 91,098 000000000001d0cf40ffcf120231b6cdc20db2005c98ecebb2c0cfd7116fbc73 0.00 MB 1 0
91,097 91,097 000000000005b002a5765d810300b30151f789eb04c26dc35d1c8044a0c4b18b 0.00 MB 5 0
91,096 91,096 00000000000b5577a70604db67a408bd6a078597d9aa79f830bd96176eb65960 0.00 MB 2 0
91,095 91,095 000000000005fe4e642b5f66ff285e1c6dd259be89d82134026d21d0b7b6a3f4 0.00 MB 2 0
91,094 91,094 000000000004ee9eb97ebe1185cc999229801d7e65fcf095c048e3e963c1c107 0.00 MB 2 0
91,093 91,093 00000000000adbb70f510bae2e9d025e926375c7cd4f1247689ea25b922ba1b9 0.00 MB 2 0
91,092 91,092 000000000003b19cb2b413b82d89fc0fdd626c3415da4e1ad902daea11eff745 0.00 MB 1 0
91,091 91,091 00000000000651d9bcd9b27784ac73888bd0c85f6a3fdac5161da98690216ff4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.93 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,330.65 GB sent, 123.37 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.