Memory Pool Memory Pool Refreshing

8,284 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (61,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,357 846,357 000000000000000000010fbd97e5c04006703396d295706d6bcb6f1892eb2129 1.56 MB 4,275 58
846,356 846,356 000000000000000000014e487bddf2cc2a1ff60d4af5542d48d27e423c7411ee 1.49 MB 4,739 70
846,355 846,355 00000000000000000000b981528bf557f2d63b96073d5e92d62b641426d66e80 1.44 MB 5,802 94
846,354 846,354 0000000000000000000197305442e3ac2a1c38c2b7381d0ec27518d900336207 1.39 MB 6,170 60
846,353 846,353 000000000000000000011596e7147361f393162e1c1e308a6be9c47ede00c45b 1.42 MB 6,696 55
846,352 846,352 000000000000000000003759ddd2630a469b7584c1271e09338a18f6b47b754b 1.46 MB 6,070 41
846,351 846,351 00000000000000000002b43304af5ed83e501c5671454b39658bc82f321baad7 1.69 MB 3,955 23
846,350 846,350 000000000000000000035215e82c73e5663cb61337ec1de06a15c8c9a6ec8586 1.50 MB 5,203 21
846,349 846,349 0000000000000000000013f8a9dbeafef189426e39b43e8d8644912d9801b000 1.69 MB 4,928 20
846,348 846,348 00000000000000000001cd52690c0d34ee0bd0a88d251fad022f1ae07356ea3b 1.65 MB 5,971 14
846,347 846,347 000000000000000000033e6083fedc86acce1452d83dd29e5b56b0e5d635524d 1.49 MB 4,034 25
846,346 846,346 00000000000000000001095a3185a884e20f3f521a662531c637d073f98fd800 1.52 MB 5,480 18
846,345 846,345 00000000000000000001123498dfb0fdb238367b9659c4439152f11f3d02fbe0 1.75 MB 5,646 14
846,344 846,344 000000000000000000002f17e04dba6289f51e7e845afa8cb6d6664343649b30 1.90 MB 7,351 13
846,343 846,343 00000000000000000001c718fbb1737a030e4bbd68cfd6305daa133696d7e33c 1.69 MB 5,662 16
846,342 846,342 0000000000000000000214fd99ea8a1c31d1ae662e630d4d80cd77e36e0030c0 1.55 MB 5,299 21
846,341 846,341 00000000000000000001604e7ed0a857973faa8ade6a241b3e35f334f3f0408d 1.57 MB 5,325 15
846,340 846,340 000000000000000000018ad5ec5781d6834e0273d44bed61d9f081e94750a695 1.52 MB 4,831 23
846,339 846,339 00000000000000000001768d7a5bda4946cd8dd67def3c714377dd4774a846fc 1.48 MB 5,795 20
846,338 846,338 0000000000000000000153dd4f4c39b2c6135f3a2f621863a2b76b9de985ad43 1.53 MB 4,098 21
846,337 846,337 0000000000000000000113856888115eb8bdc729fa3043054f5aa8a4b47ffc18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.