Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,271 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,970 000000000000000000022b910000000000000000000000000000000000000000 ago 0.91 vMB 3,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,969 (679,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,769 232,769 000000000000007bca1fe504dad8b516887ce70d31c16fe3d658d8da24d50a14 0.25 MB 515 154
232,768 232,768 0000000000000056513c3b12857706eaa7279530bf217df6ff23de149ef8f5de 0.28 MB 652 174
232,767 232,767 00000000000000798143db3f34f995802f7add3ad3085335f30f62d70af7a277 0.30 MB 669 182
232,766 232,766 00000000000001bde473d4e64372cfdf4cf9213117bc8c84720e4a67b5b3c355 0.30 MB 368 105
232,765 232,765 000000000000011b364b942356e100bd26402ec50db028f6f11c53bddd93beae 0.47 MB 692 111
232,764 232,764 000000000000011a2e1dc6267ab69e13187100c379b9163dfe63264c763f0935 0.47 MB 1,073 161
232,763 232,763 00000000000001ac8fdc29100e21d6fe59aefbe5b591de2d9237baf56ac75723 0.25 MB 936 311
232,762 232,762 000000000000014697a524c6231001619cc1de5cdebf310b0e9c01a915e8b858 0.08 MB 197 254
232,761 232,761 000000000000001d4959f12cf125953958e5854a5ec109cc8cdd9946dcbeaee8 0.25 MB 569 168
232,760 232,760 000000000000007053a12e255f1303b35dacd3275cd8a2193ad7d17b08f6e308 0.18 MB 359 152
232,759 232,759 00000000000001aca5196040bbcea237a38697d9104397bb41966da7ab9ff35d 0.22 MB 338 59
232,758 232,758 00000000000000e1aa60a727411f036501de59736c91db1e2f04d6c1b7909ecd 0.09 MB 129 105
232,757 232,757 0000000000000151b332e73af2145bbab2f6690afa9ec92a7d7cf1c6e0fb0de3 0.19 MB 474 191
232,756 232,756 000000000000008ca81b695823e18c9b282ea52142b8d1cc143d6c5a2a809e25 0.42 MB 708 106
232,755 232,755 00000000000001b22135f8b16adf5acbc6fa97b4a6542d1dbb5e33a8de9eec48 0.47 MB 1,182 147
232,754 232,754 00000000000000de622b9bb6e1f25411a09b4eae24cf93ec78d8c6124076689e 0.25 MB 814 315
232,753 232,753 00000000000000068b1fb058dcba64716073785becc22ae0cf767f8da8e7003d 0.14 MB 325 201
232,752 232,752 000000000000006b3bb23de6c1b7edbe42c05b2756a38a9f0c67c23a68f2d250 0.25 MB 593 179
232,751 232,751 00000000000001ae67e870a7e637143ff2467e5a7d5920351171e532deed9ce8 0.00 MB 3 47
232,750 232,750 00000000000001493baa32c362d70f03cce2b0db6dd675ee32ac10fbe7173592 0.09 MB 183 170
232,749 232,749 00000000000001751cfccfc8f08fdf49ff954013dafb200b85e236977a3a150d 0.16 MB 402 158
Previous 10 blocks ↓
Total Size: 777.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,499.42 GB sent, 133.59 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.