Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,750 transactions (2.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,221 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,100 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,220 (896,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,140 15,140 000000000cd68da7312b395d0e81ec1d0610efcbdc279e3f5b72239f8b744556 0.00 MB 1 0
15,139 15,139 0000000019061564954ca8f0b1f213663c1d5163113109771ca91d68afac548d 0.00 MB 1 0
15,138 15,138 000000009f1e9ccdff1f019ec72a0d93b3a2cf14c7f5598e47009e3293a0b249 0.00 MB 1 0
15,137 15,137 00000000e9c9be05c9a64d4023c8154e02ca597da720e261bea3703893985452 0.00 MB 1 0
15,136 15,136 00000000cb3111f5aa3fae5027654197e055776766e91ce0e7b96fa0772e3969 0.00 MB 1 0
15,135 15,135 000000000e3ddee3cda9c651da02a7474ccf1320f6591d027c5af74faa285d5c 0.00 MB 1 0
15,134 15,134 000000007cf9d1ba93f8d7d456b37090ba8b34f3467876c05364dfab8674a3d8 0.00 MB 1 0
15,133 15,133 00000000c9ef072e44f1bbe768f82f9e5033f81ad02ae94d8c15297f172bdced 0.00 MB 1 0
15,132 15,132 00000000c117b567ee943239e9c7187e8a86a3c412d7902ffac061f9250d1a92 0.00 MB 1 0
15,131 15,131 00000000fb5a425d35fa6eefe9b96621f83632901c46bc3ffb74d858b45d5d50 0.00 MB 1 0
15,130 15,130 000000001109a25403b473331e6c5c786599edc25e05c671954351c03e79f260 0.00 MB 1 0
15,129 15,129 000000001a38faa577bcb1da683a487cf6ce3d8254cb34ec6c2fdb9af6309578 0.00 MB 1 0
15,128 15,128 000000006e2ce770d86e18830838c43a3429c6963e756d4defafb1ea8d7ecaf6 0.00 MB 1 0
15,127 15,127 00000000e0a5f85dfcb6c1b09fd29d792cc6bdc5ceb424409deccc4311b6f02f 0.00 MB 1 0
15,126 15,126 00000000761008dba502c2ebb64071bb1d5fa0291aaf1ee738d35a35e3f14b37 0.00 MB 1 0
15,125 15,125 000000009eab985be916c4e2760aceda0f13eca2f9ec1a59f45571fbc77a6ee1 0.00 MB 1 0
15,124 15,124 000000006123a710b6370cf7dabfa881d9b056411624c317a87df5662ef12cf3 0.00 MB 1 0
15,123 15,123 00000000c9cb2618190407967f810359a675441ad8bdf9be4e6126e33b99a164 0.00 MB 1 0
15,122 15,122 00000000ee0a32ed84d7307ef1081f6b04b79c50cf6c8a58b8a7f43e1c28a2a9 0.00 MB 1 0
15,121 15,121 000000005419703e5d79fa6f6acd23544a3930e31954cad80ae71be4c7f176e2 0.00 MB 1 0
15,120 15,120 00000000886e76e8d8391917aaa5506a62efa4865eba784b34320d02de5d5f47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.66 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,379.22 GB sent, 127.11 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.