Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,010 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,124 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,543 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,123 (874,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,258 35,258 00000000ad94b4f5252fe7cdf8524342231004140a85d4b1101d8ac1238a1733 0.00 MB 1 0
35,257 35,257 000000009c17c34868b38e51362efd79f1afa79531f65e80a513d4153342f700 0.00 MB 1 0
35,256 35,256 00000000794d9a7aee274c7f9ae6d0c4379ff63a2f963c27006bab3e0072fd8d 0.00 MB 1 0
35,255 35,255 000000005377d65846568cff6890fbe3f87b2890304d096e341cc20e517e57f2 0.00 MB 1 0
35,254 35,254 000000009790768ec3d7345815efc3352ffac4ac090b11dd449a1dd1b3195529 0.00 MB 1 0
35,253 35,253 000000002d99e224d8aee6599f7c41c5783b613648d3e497ef10504b6faa6e00 0.00 MB 1 0
35,252 35,252 000000003aa2c7d5ebc321b2b642d5a411f4d47b30955d085c9741e316893c66 0.00 MB 1 0
35,251 35,251 000000001f0b4d796be005063459340c80cd8937269e8b411027f1c40648a3af 0.00 MB 1 0
35,250 35,250 000000006e66e43bf28afbbb9cbb3f9165ce6387bea3fb926cfedaebea2fed57 0.00 MB 1 0
35,249 35,249 0000000025421401387a947509aa0d5f88d69897be13cba04086ee6780d8969a 0.00 MB 1 0
35,248 35,248 00000000877f68ff5682c725b8477e8522c450e25a0bf70abd9a33c025bb09dd 0.00 MB 2 0
35,247 35,247 000000001b5098a67988901afb2b762c971bfbd63c5d1a72556e40a630a2aaa9 0.00 MB 1 0
35,246 35,246 000000008b3e7ecd42c432da32b786d4997f4d58d786575f32adfc3c2225cf75 0.00 MB 1 0
35,245 35,245 0000000026eaaedb62cdb03b9652d951b68ea122f6b141fabf632ebf496462b1 0.00 MB 1 0
35,244 35,244 0000000057cc00fef6d37e9d58d9719d575b3e64d5ccc9cf70d1dc7e8b1a362e 0.00 MB 1 0
35,243 35,243 000000006d451d3769f2e510d01bab1f497f12f98fcd35b81b0e9dfe6a32fede 0.00 MB 1 0
35,242 35,242 0000000059bf02fb54c9a9e9e153fa8b3cc494c2555f8ea294cf49383be50f2c 0.00 MB 1 0
35,241 35,241 0000000054ad91c2055d1af7ec3631bdc67244f8ed6f04af871a1a6500d89fc6 0.00 MB 1 0
35,240 35,240 00000000613952b199423579bda7d41ccb38fe10fc4adfa6208c2a6a236229f8 0.00 MB 1 0
35,239 35,239 00000000390396ae2261ff5cd6882259d084840b39cf703a64cd2339f4a6a5f5 0.00 MB 1 0
35,238 35,238 000000007fb76ba149ded21ae3f86ddf6cd14e0390aea8e9f617d17b0c02102b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,190.28 GB sent, 116.57 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.