Memory Pool Memory Pool Refreshing

5,752 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,655 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (804,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,333 103,333 00000000000131cfbeacda5a8de991de5b3c3f95d1cb174a3938720635eac7a1 0.00 MB 3 0
103,332 103,332 000000000002733507e2ed01fcd4bc110e3e027aff73b3a4c3826c3028428ff8 0.00 MB 2 0
103,331 103,331 00000000000351d75017c593d181d342182f865b30162aa4c6ab78fab92f1ab5 0.00 MB 9 0
103,330 103,330 00000000000369223ed84519fa091ac1e0a60cb90d1e294f5849b966d6c969d5 0.00 MB 10 0
103,329 103,329 000000000002eaebd1f0e1375cbd0efbfce4913d2be42443c14f0cf1c2494293 0.00 MB 11 0
103,328 103,328 000000000000b8af863e4fc162ac46032de28e55653eacb410bb6e01a82d026c 0.00 MB 8 0
103,327 103,327 0000000000012ede4cbabf2c765a990406518cb7cfd07df8bd99fd0235a055af 0.00 MB 3 0
103,326 103,326 0000000000029f9be72f95218464696cc517bd4f386e64be30b01a6c1235db26 0.00 MB 3 0
103,325 103,325 0000000000017e47d41b85cf72050dd74f744d79a223a874fb7cf14984b15eb7 0.01 MB 33 0
103,324 103,324 00000000000228877c891963be72ff89a6f661f320262fd25602565e729836ac 0.00 MB 3 1,453
103,323 103,323 0000000000023260d3ec2892342866b1a63c2f0e11921d90cfc28d3254d651d0 0.00 MB 8 0
103,322 103,322 000000000001a0d3a8e276a6d198d33169b8e2802abb16a6748253d6dd99b42e 0.00 MB 1 0
103,321 103,321 0000000000004826f8f086a36d7de9a5418cad83902253ed939abe26d0cfc201 0.00 MB 7 0
103,320 103,320 00000000000112ae49016b69c5e77f44d3da38ab33721cdd963fff17c0611670 0.00 MB 11 0
103,319 103,319 00000000000002238bdbe7fb50749b669a68fb8ba397150b15c299cac10bbdf1 0.01 MB 20 0
103,318 103,318 000000000002469dd3527536fe843c3ce210a770848e17d4c6a1398026802e53 0.00 MB 5 0
103,317 103,317 000000000001340fc3f5725de1a7bbe89654b59c023262cd2d2ef7892107e862 0.00 MB 1 0
103,316 103,316 0000000000020f26d2fa2602014a6d687373d569060f784dd3c3da76336bbeaa 0.00 MB 1 0
103,315 103,315 000000000002313af65bb15d9c758e43d92ebfd0a234035e051e3da7891d4c79 0.00 MB 8 0
103,314 103,314 000000000000a3c6a8a8788db402e1f164f940db2bff164ba5244c0ed61cec76 0.01 MB 13 0
103,313 103,313 00000000000128e2752c5ca82998f846192e2a242cd28987e6dd9857f31907c9 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 768.99 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: 1,616.56 GB sent, 92.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.