Memory Pool Memory Pool Refreshing

3,703 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (863,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,605 44,605 000000002417cb51002c1137a177f305505f643c1a8c264a7b7fdd6e671355e3 0.00 MB 1 0
44,604 44,604 000000001250b5b5ce7b6e13ecaf4c444039b720403ad6855dfb6101f53a608c 0.00 MB 1 0
44,603 44,603 000000000e74d9b81b1147fcf729e64b8417a836c809aa7444cc75b37a93c649 0.00 MB 1 0
44,602 44,602 00000000334710609eb149a3630a9d4dc3d4b63f21214e0eff7d45233d026385 0.00 MB 1 0
44,601 44,601 0000000035843565a9a08c37df1c5cccba8e68f1cc9f681c354159c693db4df3 0.00 MB 1 0
44,600 44,600 00000000218e53e9600a7fe16294c4a479b243d1a0d8e493655a6984c4a339bd 0.00 MB 1 0
44,599 44,599 00000000265e107a53b07bd9f88ade6dd94435e9c0a3d8996740d06fe41181c3 0.00 MB 1 0
44,598 44,598 0000000017c513df2c0f2e93fce4eca951b2d8952fe864ec2f1a5eb884fc3e13 0.00 MB 1 0
44,597 44,597 000000002729b1855d7f16aa5a9799d6af0fce827b1ce7ab894740f143753196 0.00 MB 1 0
44,596 44,596 00000000222fc9ac63fef048a105d01ca0d5400c3500908bf041d13678d3e087 0.00 MB 1 0
44,595 44,595 0000000032170413b9744a2dd886eda1474c52fae83385cf02f5440e85359731 0.00 MB 1 0
44,594 44,594 00000000114bbea2c8ca4c8d7c89cd63632ad73b757926c1d72e5a57e070c56a 0.00 MB 1 0
44,593 44,593 0000000008a6e4a2e1e22d2227d8ce402d0c886d46671afddb208a073b856ec1 0.00 MB 1 0
44,592 44,592 0000000010f7c9a4b321edbc98c20788950f8253973ea96829b2e83774c3c5a8 0.00 MB 1 0
44,591 44,591 000000000271d0a17b252e40dbefd79c3fde162b5ba527341bb20c993e7b2ef4 0.00 MB 1 0
44,590 44,590 000000002d864c50364155d1c3ed8f4d5068fd6b1f7be2c8155c9906506e1a7d 0.00 MB 1 0
44,589 44,589 000000002d34111ccb3526f5d153b81cae69f7ec9e2d5fef7efa949dc41edd08 0.00 MB 1 0
44,588 44,588 000000003046b2bab2bbef190d91e09c1a651883c7637682f6c65355590cb711 0.00 MB 1 0
44,587 44,587 000000002281828fbd467c36243501a9aa44bcc679b5c8a6706008f5af4f325f 0.00 MB 1 0
44,586 44,586 0000000034de962f3e02cb4f789a00ac162582e8d6b6ba51757e0892636e03a8 0.00 MB 1 0
44,585 44,585 000000002fdd5bcf00351859ca9d8a7c32a6d206ee681a821824e99905178830 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.