Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,915 transactions (2.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,243 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,436 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,242 (896,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
15,119 15,119 00000000d3f29596be84c6d18e33c56082e08c230457e813cbfed412858079af 0.00 MB 1 0
15,118 15,118 000000008c99eb554eaa7a29c6ccf7770a60ae20f6e1eeb454a527eb2edcca7d 0.00 MB 1 0
15,117 15,117 0000000031f47ab31d9616368cb3f8252714f01e85c7c397a25a33fdf1b4ffd7 0.00 MB 1 0
15,116 15,116 00000000695d785af127255cb5ba93129a6cd58b8d0d57e1272dd4eedca6a7ef 0.00 MB 1 0
15,115 15,115 000000008b80770e0aa99006b3a9f777653405acf89305f6c9f8c6b16bd6712f 0.00 MB 1 0
15,114 15,114 000000004272731e841c81fb4dae0e1c3fcbefc97a5763a55c8aa6456b02aeec 0.00 MB 1 0
15,113 15,113 0000000087e5186c9e85cc2baa101b94b29c5c2069a5426940fbe0153f69aa6a 0.00 MB 1 0
15,112 15,112 000000001af39795ea460dfc9744831d6d85e2e18d4c7dbc399af8fa0acc4855 0.00 MB 1 0
15,111 15,111 00000000f1a910442df4054ce9ad26081b289e6bd19cd621f85554887b032651 0.00 MB 1 0
15,110 15,110 00000000853882ec1ea56b1fd2158dff69156d0af30b8457077de88ec34997c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.69 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,382.60 GB sent, 127.35 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.