Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,773 transactions (1.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,247 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,246 (153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,093 909,093 0000000000000000000092a60d20a555cfdd75662eb5bd66d815ea99c8229442 0.62 MB 1,194 2
909,092 909,092 00000000000000000001f67dbd5a313d33ac2c04d68a6b457207079ec7ec6bff 1.56 MB 3,458 2
909,091 909,091 0000000000000000000100082a0f69bd12276deb5598be2886b535840645d4cf 1.76 MB 4,240 1
909,090 909,090 0000000000000000000203390dfcf92da736eb138c76613acdcd39e7527adcff 1.61 MB 2,839 2
909,089 909,089 00000000000000000000d0368975e560649c025303a54bbd6379a2fee6f91324 1.58 MB 3,481 4
909,088 909,088 00000000000000000001a77a86909a670cdb310ecba5feb26b2232d2773a1c6c 1.21 MB 3,169 2
909,087 909,087 0000000000000000000072fcd048ba5fd33392c73561e401d50a136fed0fc5b6 1.58 MB 3,026 1
909,086 909,086 000000000000000000001f5d51286583adc889c8ce6faf2f619cb0ab995ea29d 1.46 MB 2,275 2
909,085 909,085 000000000000000000003da36adbd62a81d2a34fca01395dfb4228aa028ed4b8 1.54 MB 3,487 5
909,084 909,084 00000000000000000001a7f924893e404a90032185623d5ce1bf9d76f9f8093d 1.48 MB 3,240 7
909,083 909,083 000000000000000000022a1a234fe966f34059df3430815818ec84b42e83d74f 1.60 MB 3,667 5
909,082 909,082 00000000000000000001e9601333c8271db8e8a30263495d88bccbba6021535b 1.76 MB 4,836 0
909,081 909,081 00000000000000000001948ded0a3359f051f1fea078fbe63539b9b8893a404d 1.67 MB 4,013 1
909,080 909,080 00000000000000000001db178ce66461ef5288e802444b52f718a4881bbde1ca 1.68 MB 3,892 0
909,079 909,079 0000000000000000000180cb6abfb3e492e2c0c66d7783a43c0890b9ecf25095 1.87 MB 3,542 2
909,078 909,078 00000000000000000000f62b271381e0e03fc76e10a08d08ce44d8cdd0ae694e 1.55 MB 3,488 4
909,077 909,077 0000000000000000000082bccba93dea451e4d0ec696dcb5b89df3d7a78464b1 1.63 MB 3,234 4
909,076 909,076 000000000000000000017d51be4b175758956b9de54d65488dc31bb0f3b0eceb 1.68 MB 3,298 2
909,075 909,075 00000000000000000001736510c6bbdf978770da368293d876e97b6ef1c9fd85 1.54 MB 3,386 4
909,074 909,074 00000000000000000001c7bb838f8697b39f518bea90eb0e9cc682680d109204 1.81 MB 2,797 2
909,073 909,073 000000000000000000022a90e91cfea25aa43f0628189b9028380f888a369117 1.57 MB 3,486 3
Previous 10 blocks ↓
Total Size: 771.99 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,023.82 GB sent, 107.92 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.