Memory Pool Memory Pool Refreshing

6,563 transactions
3.40 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
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,122 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (25,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,515 882,515 00000000000000000001ce4da4a59148362e0b8b5659880f168485c7bc05a895 1.89 MB 3,454 2
882,514 882,514 000000000000000000004fecd6f2cb6e7e063c3657d544fb789d4bcc456b6948 1.98 MB 3,757 2
882,513 882,513 0000000000000000000167925e8bf95d3f0cc80ba5da904e1db29cf99c648162 1.85 MB 3,655 3
882,512 882,512 000000000000000000001ece52289e8f423f458872b76d4bffad645cc37c6644 1.89 MB 4,193 1
882,511 882,511 00000000000000000001b52c61ec17bd440aee2f0add765b76d5d135c0b89021 1.91 MB 3,464 2
882,510 882,510 00000000000000000001f43d214d151de651fea4bd72bf77d5efd9e53cb4e43b 1.93 MB 4,124 3
882,509 882,509 000000000000000000013c4e3976a602e6b93e9cb2c41edbf107e63a249a6c1d 2.18 MB 5,198 1
882,508 882,508 00000000000000000001d951e26dae49ac4bccb872c43fb7b09d4340afcbee7f 1.98 MB 3,144 2
882,507 882,507 000000000000000000022ed1220b14d0655f852ef37680cadc424c2fd848786c 1.61 MB 3,532 4
882,506 882,506 00000000000000000002560367cd6aa51125e2f0907cd76a32ec41a4067b092b 1.59 MB 3,631 6
882,505 882,505 00000000000000000000c299d5916c63c6723c009745f1d33f224f337d2bdfa2 1.98 MB 3,857 1
882,504 882,504 000000000000000000003de1ba3c12ae86f612c91a5e09c2cb2267374599653c 1.86 MB 3,145 2
882,503 882,503 00000000000000000000d3e6e7d994fc4f8be735dea00f7c6351c98f610a653a 2.16 MB 2,916 1
882,502 882,502 0000000000000000000122d839ef030857578527a88e8e68d932b9a49af33baf 2.01 MB 3,547 2
882,501 882,501 000000000000000000003649e7327c5ed4787726713e29ba633b39786af44a2a 1.60 MB 3,316 2
882,500 882,500 00000000000000000000d6aaf2775ae43dd7152aea23b27942876c24a772841e 1.70 MB 2,883 3
882,499 882,499 0000000000000000000179c609f3382a5856436fa98fee30aaff7f91d8e17318 1.61 MB 2,987 5
882,498 882,498 00000000000000000001bdda9993377aa9ef68712b890c6bc9ce0c8129bc2eac 1.47 MB 3,048 9
882,497 882,497 000000000000000000015383a340737b0d6409102e882a49160e8e362f73243a 2.14 MB 3,239 1
882,496 882,496 0000000000000000000120d60e29983f8257ab5741726c5263d02a12bb289f35 1.62 MB 3,368 4
882,495 882,495 0000000000000000000213ec1d9f57b80f022fa030f2193641adbc972e0d8dd2 2.04 MB 4,627 1
Previous 10 blocks ↓
Total Size: 768.96 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.36 GB sent, 92.63 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.