Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,872 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,378 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 1,860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,377 (875,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,194 34,194 000000006ae4fca187dca9dea21e62e2eaa17f33fae60a8d434534aff382d7f1 0.00 MB 1 0
34,193 34,193 0000000009b135037c13c9f5123c412e9a1a1918595bc53fbf495c3b69973058 0.00 MB 1 0
34,192 34,192 000000009789ce4eb282543bf730363e2e25ebc825b6fa0ed896db200f44a3a5 0.00 MB 1 0
34,191 34,191 00000000d4ed88da80a6b42dabda021ed5170d73089613ac2c93bb9524e0cecf 0.00 MB 1 0
34,190 34,190 00000000558905f379ba6e60384a90a86706e75057e34d5b2e326a77de4f726d 0.00 MB 1 0
34,189 34,189 00000000b5482220c7433d00e59ea6e5b3999ccfc03954af623f26f91a2feacd 0.00 MB 1 0
34,188 34,188 000000002ef8f1afaee72999ab681f203e3ec7dbd769ad6c21b4f5d862cbfd3f 0.00 MB 1 0
34,187 34,187 0000000015a7afce613fc86c5c8c1977c7756b1c55f79a2d177ef178e4274a15 0.00 MB 1 0
34,186 34,186 0000000065a742a5e663112630fb60e14d34b1db30d022e9dac2b1a7026069b0 0.00 MB 1 0
34,185 34,185 000000006957a09452d4235744f757e7203afce9b728ece9ef7da8bfb2b926fa 0.00 MB 1 0
34,184 34,184 000000002d360e422f2b9aee7926ad2cc1b4432da017d229dbd0ae284f387c9a 0.00 MB 1 0
34,183 34,183 00000000469bb26a216b9b77337a7590d1641181a8f1e58a4fbc3887f2c8056d 0.00 MB 1 0
34,182 34,182 0000000089e41e46ee82dc9dd12572ae1900dc3101cf696e9f38263135b0102d 0.00 MB 1 0
34,181 34,181 000000003ec1bf31b06e3ca0b33f35eab599f4f1d3fb9df4ab8c7b7468b3c2d6 0.00 MB 1 0
34,180 34,180 000000007f0316a0c24fba2e56e4001199cc61392737366033cb6bbb59a72ec1 0.00 MB 1 0
34,179 34,179 0000000019ca8e81979c0488e1528bcac1425ebc7b8d7b210ba3f31310595a84 0.00 MB 1 0
34,178 34,178 00000000d2cdc2b0a865c2cd7eaf114115bd638ee086541ad529baf43c0bd94d 0.00 MB 1 0
34,177 34,177 000000005f4b1d1c156f4a3c53b290713a3d3bbe1c0c621004f9e1d0448227f2 0.00 MB 1 0
34,176 34,176 00000000c5cb7ec0a4bf569ceca1dcff60a7cd3053061dae106d5cc798acd60d 0.00 MB 1 0
34,175 34,175 0000000078487a02a4d6e85dd416a2432966d32fb45195d0052e1a20aad5da27 0.00 MB 1 0
34,174 34,174 00000000a428d42ae0091d9d7293e515ead5635a24680b4d5f97dacaa5cca996 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.24 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,069.28 GB sent, 109.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.