Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,395 transactions (1.00 vMB)

Priority:

  • 1 sats/vbyte = (3 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
909,558 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.99 vMB 3,390 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (826,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,098 83,098 0000000000124282976a45d4c1228039ca7a49ebef6ceca64401f96cd2e708cd 0.00 MB 2 0
83,097 83,097 0000000000106da95d2414ff4d623ff6a4555a9b3b7b71c7f761191437bd086a 0.00 MB 2 0
83,096 83,096 00000000001a8fd470cb77bb4cf2f7016955d83727c118240edfe0a2e4d91650 0.00 MB 1 0
83,095 83,095 0000000000131fa7a2a0b5438ad95b7386f9007eafe305c488a487a79aae73d9 0.00 MB 2 0
83,094 83,094 00000000001d36a2f2d4e8e6f367a70df484e9ba94714cbd118f39165fc22f78 0.00 MB 2 0
83,093 83,093 00000000001bb1012de538b3a8ca6daf0d35eba99386657f5bcd9aaaa872082c 0.00 MB 1 0
83,092 83,092 0000000000017e4908065010ee0d76e3bb36c891c0d1ea210bd997d2e021144a 0.00 MB 1 0
83,091 83,091 00000000001fb390e66578f2e7045615a0b00bf38946498b1b45daf00afe2f31 0.00 MB 1 0
83,090 83,090 000000000000d26d5e1f3cf765cc7f60edccc292986d69046db63d6084087887 0.00 MB 1 0
83,089 83,089 00000000002e7cc3237485eca43f46f88beb432360301ad5f64fca146b4aeef0 0.00 MB 2 0
83,088 83,088 00000000002162702465d89677fd0eb2826532e6b55e2a35d7db3aa9951fed18 0.00 MB 1 0
83,087 83,087 00000000001460ffc226922ac7600378714b11eefd48505023b9eafb4d39720d 0.00 MB 1 0
83,086 83,086 000000000015176555d9bd2033af7007b0f3b4153a77a7aea9a342658dd65eec 0.00 MB 1 0
83,085 83,085 0000000000191193a4871bc573fd3ad005398321803e6c51eeb4161a7751e517 0.00 MB 2 0
83,084 83,084 00000000000df762aff27f7e2d5a21c1abd9c6d336ece7e73be91133bdcac513 0.00 MB 1 0
83,083 83,083 00000000002b5f6be22202be888cb77ac984924070b404b478d98705342a9347 0.01 MB 5 0
83,082 83,082 00000000000a95f3cb7070a5a5a7e7ea43ddb44cc8311faa17ecc09674739f78 0.00 MB 2 0
83,081 83,081 000000000024d021ef58b6eee5ce09b70170467875a309eb4b792c32f4113fc6 0.00 MB 2 0
83,080 83,080 00000000000dbf6fe3ab0e50989bab2e490f1b4c772f92fc290c6ca50a0f5fb7 0.00 MB 6 0
83,079 83,079 00000000000aba292d90c278ba7ffaf07d94ce17df65cd83e52133c6193f206a 0.00 MB 2 0
83,078 83,078 00000000001d5d066f69fe6ed900f4e39ce96292bd3985bf0022dc1d4c1b5385 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.37 GB sent, 111.16 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.