Memory Pool Memory Pool Refreshing

5,040 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (692,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,548 215,548 0000000000000086fb68e93230ae7b4364319eff2147515fd6ea87fde3df2e0c 0.07 MB 203 184
215,547 215,547 000000000000005d236bcd95b8eb3b0712a3240987a3ee95cd16739fadc37051 0.09 MB 175 134
215,546 215,546 00000000000003972475f2455a727a60bfc033dd000c416a36c0e919ca62507f 0.13 MB 301 176
215,545 215,545 0000000000000299b758c0fe23e7f54054c76755e5fafdb758fc563ee5fce207 0.00 MB 11 123
215,544 215,544 00000000000002334b77a21f6516dae57c6f3438d686fd04a4c797032d9a1004 0.03 MB 65 238
215,543 215,543 000000000000039db7f6e63f3dd897960d76063037463ad586db4541651bdb44 0.03 MB 74 75
215,542 215,542 00000000000002eb6f23b469e72b36e3d9e5c7e613cd4af89aa72590f2d79019 0.14 MB 291 122
215,541 215,541 00000000000000ca57f428bd317a56157eb97fcde4aa4a3f18e5d08eee6dac39 0.17 MB 277 123
215,540 215,540 00000000000004acb2b838ba088d16e9a22fe1f8e8f57d16d81d1d80236c713e 0.07 MB 90 123
215,539 215,539 0000000000000468928acfe87d1db2accaa51e5da77ab762c56512e7d48678ec 0.27 MB 471 109
215,538 215,538 00000000000002e2a66769e0b7f9dee4de5c835fae73055f99cad6bb7f792b36 0.26 MB 625 192
215,537 215,537 00000000000004c627ac98680b4850c5b151a4c719097ee52ecb520863c5979c 0.46 MB 1,146 294
215,536 215,536 00000000000000c8143865401e4e870991c4f1c39dbff2b40f05ce95ba1eae1f 0.07 MB 151 534
215,535 215,535 00000000000004b5fd4dc9f8101fa7c0e27a6c36783f4a6930085d857c7d6392 0.08 MB 220 244
215,534 215,534 000000000000052742fae1e0a9b36d5a718059c12ab5374e7c514076d597bac4 0.07 MB 140 177
215,533 215,533 00000000000004360c1150e16c0ef96cb445fd6ade6d7cbe076bb4c0236f643c 0.25 MB 710 164
215,532 215,532 00000000000002d3d28982f6485150696529bf98d4f0d715e4a01c3d3a86a680 0.05 MB 123 134
215,531 215,531 0000000000000059a52e21d254ed3d8b9ad4db3630c0cac631048ef9c527333d 0.04 MB 79 141
215,530 215,530 00000000000004b85b9412050fbd77ee46029cd6b94cf746fef424b7f913d308 0.10 MB 268 173
215,529 215,529 000000000000005a53ba58af400af162a36ced077026cb57907a8e2cc1f57474 0.06 MB 96 101
215,528 215,528 00000000000005671dd3b1e4b977e0d93de6f1081a72c17f5db7ba01175aaaf9 0.09 MB 214 180
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.96 GB sent, 94.11 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.