Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,885 transactions (1.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,928 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,432 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,927 (278,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,080 633,080 000000000000000000129d0bf974a797880fff45b55804a96ab424657e56e3e2 1.25 MB 2,597 32
633,079 633,079 00000000000000000010978b6dae5d1da1a5c5b196a22cb6d22c355f03e03761 1.16 MB 2,922 28
633,078 633,078 000000000000000000014632830994f61fb7e68dbe21a88f40fd6288b0cf70f8 1.15 MB 2,545 27
633,077 633,077 000000000000000000074c6f39bae7bac3b5fa810a287156e0c6be651c87562c 1.29 MB 2,922 63
633,076 633,076 0000000000000000000755e469ca1c80c9ead4ab2d7ae7acf8ae82e25a0d9180 1.31 MB 2,978 58
633,075 633,075 00000000000000000007bd3cc40c0de42e96d01d6fd22aa6365fadfc6ee60b74 1.37 MB 2,680 68
633,074 633,074 0000000000000000000927461d3f269a63bc9a55b40394909d5027f6b2291e31 1.30 MB 2,788 49
633,073 633,073 00000000000000000009133111f95523d4d5c33b275919e9659bdd4bc3d5dc7b 1.34 MB 3,101 83
633,072 633,072 00000000000000000003d43a261d3b759dbf9390f8afb601b8998e9f15472d05 1.29 MB 1,918 60
633,071 633,071 0000000000000000000c41c0364b231137f6e4d9b13e4d87988ff9c26edb9ff7 1.32 MB 2,879 64
633,070 633,070 000000000000000000049a929ab5789dde714d7b80850dac1109bf747448536b 1.39 MB 2,791 68
633,069 633,069 0000000000000000000d41af1b4c4661376e1ef83d0b588ae591aa068e8f81ea 1.23 MB 3,429 94
633,068 633,068 0000000000000000001066bd1ab5ae34671ef250d25f30f3c2d300a2a35fa428 1.43 MB 1,075 5
633,067 633,067 0000000000000000000ed30e42d13fbb829f65a80c968003cae7882e7c08853d 1.40 MB 1,450 6
633,066 633,066 00000000000000000010fc538a8492242fd0e4e2905e1d19d5ff408e693d7229 1.30 MB 2,154 13
633,065 633,065 0000000000000000000bcca197cfc9db813205b19beb33abb23b1c3128970194 1.20 MB 1,744 20
633,064 633,064 0000000000000000000f2c6172cbff130ce0ee207f9437d5ea99e4850f6f91f3 1.28 MB 2,174 14
633,063 633,063 0000000000000000000930c069875ab5831df94d9f5732e8678d57152003880b 1.21 MB 1,269 12
633,062 633,062 00000000000000000001f17de38b577bf16a8b4354876cae58b6db2d58e4a740 1.16 MB 2,377 22
633,061 633,061 00000000000000000005c6aac3aa506fa5d01e93c9afcf3be3be821d0d3d6cd6 1.26 MB 2,611 61
633,060 633,060 000000000000000000035bda4284ade2eed3fc615a913f7ddf1aa2278fdb723d 1.27 MB 2,361 22
Previous 10 blocks ↓
Total Size: 776.95 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,491.13 GB sent, 133.22 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.