Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,696 transactions (0.84 vMB)

Priority:

  • 1 sats/vbyte = (3 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,665 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 2,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,664 (896,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,056 15,056 00000000da22c1858aacc7cdb1cd06fc7eec82e3b2e834b05351b5d646b47fe6 0.00 MB 1 0
15,055 15,055 000000004ad005690d98959b0e69171233d46048af4942cf7de0e26700f685a5 0.00 MB 1 0
15,054 15,054 00000000d0cdc4bd42301745b92148459a47d912d5b32a50542b4d18e9fa17df 0.00 MB 1 0
15,053 15,053 00000000f2c86121b8585177cf2ab5e6820ca2cd2af1eb31d07475ccd9264fe9 0.00 MB 1 0
15,052 15,052 00000000453ba51997471def75c70cfbbc632b51d91b30e261a24cba6b0f1b1b 0.00 MB 1 0
15,051 15,051 000000001d16b0138d57b7921d85588fe263ca5f59205c445ead09909add5be9 0.00 MB 1 0
15,050 15,050 000000000ef20527e0d02c619530d28ec0a8b419c766e8470df568de7729f933 0.00 MB 1 0
15,049 15,049 00000000afea799c693f62c0b79470a82408dfb70581ae25eee834daba29c753 0.00 MB 1 0
15,048 15,048 00000000a5f02b494d57da70f62350156d1bf1075b387e83d0bca1628dfb0efb 0.00 MB 1 0
15,047 15,047 000000007d3e674d6d827996e5d31e36b5995cc14f5a5ed4562adc5ef4175fa1 0.00 MB 1 0
15,046 15,046 000000009b9895bf7df7f2c85048b8354fd7a385553ad4eff2a4243dee76b959 0.00 MB 1 0
15,045 15,045 00000000d7cf2a5ac73b7f3364236a7b3bf8ea67c9a8e3079f21ac1c7251f60f 0.00 MB 1 0
15,044 15,044 000000005b0c0220516b4dfcaf176d62f0d0ee0297ea6ba65409b41f0e48831c 0.00 MB 1 0
15,043 15,043 00000000e9549ec93390f45cf362efc45e2b0c5c012e6d01f88e759cd1ff0fef 0.00 MB 1 0
15,042 15,042 000000009d3ed950d4302511fb0ce6a0187425f9ca85f2a2a3ad4f2c62923140 0.00 MB 1 0
15,041 15,041 000000005f18357e7cb5057b2618589db5f2ed4d0d36ccff339e7221a23debf1 0.00 MB 1 0
15,040 15,040 000000003f3a1f28bc8eb7cf57940258c1a9b265e3d4b037e961bc158b3b6350 0.00 MB 1 0
15,039 15,039 000000009d57d522e86b00d8d1447236c3d60bbc039d36f8d481acdb372957b0 0.00 MB 1 0
15,038 15,038 00000000f0d3ed4a1b9a2dd9ce90f293322de73cf095c6aa0ef96db54a032594 0.00 MB 1 0
15,037 15,037 000000007cd2924a49cd1e97453d1934d0820e0069d814b3af9460bd5f6b273a 0.00 MB 1 0
15,036 15,036 00000000f0fde837d9876e74f28789b537e3695b7f90b63cde0a259abbaf6cef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.47 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,424.62 GB sent, 131.00 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.