Memory Pool Memory Pool Refreshing

12,363 transactions
7.85 vMB
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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
901,674 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,619 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,673 (34,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,039 867,039 00000000000000000001911dc66e6548ebbb47d9e49fba801e4bb3bd4c90c291 1.69 MB 4,100 17
867,038 867,038 000000000000000000005bbd5718d3f897d67945ec3cf7af2acba9a4853d2951 1.57 MB 3,653 22
867,037 867,037 00000000000000000002eb7171e68728e45646462cf3a70f3212c5b9aff47127 1.54 MB 3,354 41
867,036 867,036 00000000000000000000d92486f291ff475bd00c250762f6c0e2257c41f76a7d 1.62 MB 3,748 27
867,035 867,035 0000000000000000000011036f9ec980b96038d8db5ce6d150914b41a745246a 1.60 MB 3,824 19
867,034 867,034 00000000000000000002242dd1d211b930e26d32b7286e094b34bf37c72b6828 1.63 MB 3,960 20
867,033 867,033 00000000000000000002b68eff4987f69f1b22274806ebb526e8dae983b3fac8 1.55 MB 4,227 27
867,032 867,032 000000000000000000002139a4809980140945b36205e2336ae26dce8d4d3f7c 1.55 MB 3,886 37
867,031 867,031 0000000000000000000077656e3be797bd22e874389da3865f95819dd27c09b7 1.62 MB 4,827 23
867,030 867,030 00000000000000000000e4753b89081465706f48f5acb44f0b2069d16f1dbd3d 1.65 MB 4,893 24
867,029 867,029 0000000000000000000160e003d28907ece8ba486fddef7307774f17af462578 1.47 MB 4,927 26
867,028 867,028 00000000000000000000661e88ab45dc3b61daec5ccf3cc83532153589b133b9 1.54 MB 4,943 18
867,027 867,027 00000000000000000001df2c27c1f42e9c1f5b7c605c24c1129a0a86efbbdbda 1.55 MB 4,467 12
867,026 867,026 00000000000000000000e84461093b4cdf478dd0de1fb7e0f8f0d719636dfba1 1.59 MB 3,191 15
867,025 867,025 000000000000000000009b3e278e57477a9c7aee878355c09816d6540348d61b 1.91 MB 2,728 3
867,024 867,024 00000000000000000000ab6a19a5871ba989a43d83665ecdf6603dd447455a4e 1.63 MB 3,334 10
867,023 867,023 00000000000000000000a0df9402cd9ef21ad7f5942330bb2651f3dda02d78c1 1.65 MB 4,886 4
867,022 867,022 00000000000000000001ef9de7b7b87d1b8f0d57350ff90669543ecfe14336ed 2.03 MB 3,243 6
867,021 867,021 00000000000000000000ebcbfba494e97e7eac47e85923f8c9367e1bc2c3d0bc 1.84 MB 2,843 9
867,020 867,020 00000000000000000000c465fa6809be59ed7e8704292df2a7d150cc3c2a1528 1.61 MB 4,429 5
867,019 867,019 00000000000000000000930bf88515e5cec745610d66b6fb3775382efc6f6de9 2.02 MB 3,465 4
Previous 10 blocks ↓
Total Size: 758.62 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: 748.40 GB sent, 40.00 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.