Memory Pool Memory Pool Refreshing

11,085 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (618,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,931 288,931 0000000000000000140634947e681b8d2ab7e891aa7c70e6d45a06d5cb956880 0.52 MB 695 22
288,930 288,930 00000000000000000f51b4f67308b8c1a4e50484ba51f589e47822fdf1b10ebd 0.50 MB 1,541 56
288,929 288,929 0000000000000000a5257c26c39f5458115f6cca284db7a2a22183219fb0bfe3 0.47 MB 563 27
288,928 288,928 00000000000000011d84275f8b276a5c4b4d2dc146ab4673747a617a635e225b 0.24 MB 432 31
288,927 288,927 0000000000000000909fd607f663bf6d1d5020ecb3467db03e697f6d69a4542d 0.25 MB 86 11
288,926 288,926 0000000000000000910d8a1de72abb661af08bde3ff2bc8752da9d30c438e5aa 0.35 MB 794 47
288,925 288,925 000000000000000065f9bdd3d0ffcbc377cba66d961bb3243ba31622c026230b 0.06 MB 62 19
288,924 288,924 000000000000000004fea6413d3c67dfd4c5d7bcdfb67dac4623c7fdf1ed79bf 0.03 MB 22 6
288,923 288,923 00000000000000005c9aa2f560a3f8acc0fef4a6a8788cc85a84bd4b62c9e69e 0.18 MB 310 34
288,922 288,922 00000000000000008f83a72e3ecb720ff5e1516746b3498dd620ae3d672a0056 0.06 MB 116 20
288,921 288,921 0000000000000001067bf7fd99a56d0fc328394b42bc034d4412b6d07b1504d5 0.27 MB 255 19
288,920 288,920 00000000000000004b134abd51a2ac0a349f4e1c52fd05de118fd940bec2d2c0 0.40 MB 631 32
288,919 288,919 0000000000000000170e1750fce835fd0a98d1bd2212bc640534ca03a2d2b4b2 0.42 MB 355 20
288,918 288,918 0000000000000000996b1c99b762c8bdd81e3e1cd7ee924a5030b9052c93f429 0.50 MB 804 30
288,917 288,917 00000000000000003fdde7437ffb1133483243d4c614ddba86af15c337e495fd 0.04 MB 44 12
288,916 288,916 0000000000000000d03f0669014c869dfb72a918b7a1f2dc25bbe1a399470d01 0.15 MB 240 32
288,915 288,915 00000000000000008c40d4b569419938d6d4540428c7d3be6502aa3270862ead 0.50 MB 760 25
288,914 288,914 0000000000000000e8a2851d52cf87cbf7b5b79fa89f713a95132078246653fa 0.25 MB 709 56
288,913 288,913 0000000000000000aa9d9e5d752c61c0bee91b685bffc448d4f05c5d844ae3ab 0.33 MB 315 15
288,912 288,912 00000000000000010ded945f1e22ad84b3bde2e51c07431427bf1548ba1056f2 0.50 MB 808 30
288,911 288,911 00000000000000004b44ddc5f8ea706114b732dbb806a2901eeaeba1fb52749f 0.21 MB 512 57
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.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.