Memory Pool Memory Pool Refreshing

5,797 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (723,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,615 184,615 000000000000065930264bfc0265254b5769d1c29b1c1f8fded2f0bb820593ee 0.10 MB 362 59
184,614 184,614 000000000000006ab328a8d5b469a0c2b564f7ec048815b8ed3bb20e232ca924 0.25 MB 576 128
184,613 184,613 00000000000002b7bc70d07192cc13272216039185dcb9e7d174e09209f35a39 0.00 MB 11 73
184,612 184,612 00000000000000e88380463b8be8522014a0aefdf98e6ce98faaa3c4946948c4 0.05 MB 158 149
184,611 184,611 000000000000076424124b433c10a2879c3cfb1c3d13b869d5335339021ee4dd 0.05 MB 145 737
184,610 184,610 00000000000005d1922e140091102b9a2354a9c4e341d0e49e358684fcddc087 0.16 MB 256 113
184,609 184,609 00000000000007fcaada05f4f8ff19c4a513853893538ab03bab6e5d60021047 0.23 MB 424 108
184,608 184,608 00000000000000395b9d8f37fdec9aaae72e4959c3090f9a35168db428c9822b 0.00 MB 10 376
184,607 184,607 00000000000002f3ed12009d0339690cf94eb0f1c68ca90fb6867e64508e78a8 0.05 MB 103 67
184,606 184,606 0000000000000253071b1f111a301d4022d5cc78dfb579f988e0dd9b11828cff 0.23 MB 502 118
184,605 184,605 0000000000000a3c26a28bd6cbfaec1fa47785d048ad1eddd49498796a684e28 0.25 MB 391 125
184,604 184,604 0000000000000840e4d7ef77854f322e25c82a26a021f73b5f76c5043465edd7 0.05 MB 114 65
184,603 184,603 00000000000009b5c5c84909a961b9b078b913d3c3abf78149875838023f1e8a 0.42 MB 1,097 142
184,602 184,602 0000000000000716ccee0ecadafa54ddaad6537493533d5b634ecda816d30b80 0.25 MB 739 163
184,601 184,601 000000000000068132a6203ac96505dafd141b324533498a4bd558f636e2a02b 0.25 MB 611 149
184,600 184,600 0000000000000850e0197806e9ad3b28b8131df20ce46c604443b7992f941bb5 0.25 MB 609 146
184,599 184,599 00000000000002ef23f12bd4d2323ca375fb94197b03931ba13a4c0a81f1af4c 0.00 MB 9 30
184,598 184,598 0000000000000938ae9d2fceac0ab124021f6871006027acc05372141939e385 0.00 MB 12 45
184,597 184,597 000000000000028561b2eb8cb83ace8b4e16b22cc97cb4e0ff176366154263f8 0.05 MB 154 113
184,596 184,596 0000000000000097eb800ffcbe2cd1fbdcfd8a666bb72627b3ef9957bbad3956 0.25 MB 641 133
184,595 184,595 0000000000000a5ee1d476b733ba349acb52e823f7ef63a4665fd8f277440056 0.25 MB 487 117
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.