Memory Pool Memory Pool Refreshing

4,540 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (471,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,854 435,854 00000000000000000158c19fa481d06355708718e81218c8e340d16ade4632c5 1.00 MB 2,818 80
435,853 435,853 000000000000000001442ae5acbfb5264a4f66e33c26ed7706cde874569a036c 0.41 MB 711 55
435,852 435,852 0000000000000000015bd4945346ec0e34a6267c925e8fae1cf365dd58643c35 1.00 MB 2,801 73
435,851 435,851 000000000000000003a5c8d1b6a468ed07a77bebcd9e456e51b718664f7e63b2 0.12 MB 360 73
435,850 435,850 000000000000000003b0995fe02f3e7ec1ee60fbfd1a2973ebeef63eee19d5ed 0.99 MB 1,387 41
435,849 435,849 000000000000000000add5f68640d07029ae4a25f922c1e21adb6bc85293e51a 0.90 MB 1,985 68
435,848 435,848 0000000000000000022bb7d676143e988f951802dfbf1fa95e8b823a85fcceb0 0.15 MB 356 64
435,847 435,847 000000000000000000d2e31894b4ddd89e2b1d8023005029ffd5ef9c568db655 0.75 MB 1,507 58
435,846 435,846 000000000000000000ce83d13bd8774a9212b9db1a7020c280cb060fcaa006bb 0.85 MB 1,767 40
435,845 435,845 0000000000000000044f26bddf28b89ea747732ba41bf57aa02075036aa0dd8f 1.00 MB 2,322 60
435,844 435,844 0000000000000000023da9a96bbaa247b34075ee8c8db34fd859b3cfee9ac8d7 1.00 MB 2,370 68
435,843 435,843 000000000000000002b2b05e9a6d2e71685bc1e649c2f9bf11ffa020d244dffa 1.00 MB 2,745 97
435,842 435,842 00000000000000000076fa5f8791016ced0a710c2631ddf74d823242e03e4a1b 0.30 MB 650 57
435,841 435,841 000000000000000001c8c4c0708c5f0d0cbc805d3d2e23e1a00631a26d3e84fd 0.84 MB 1,711 66
435,840 435,840 000000000000000000eee3b28445c42a170ab9b43f765a6872c41734055a20ff 1.00 MB 2,298 73
435,839 435,839 000000000000000001eaaa7d4b5a28ceb8da682af2f1cf20f00b41d3e11b1e35 0.39 MB 928 71
435,838 435,838 0000000000000000037ffb379e8dbad445bfae52f1228ebe55730b757e25b126 0.73 MB 1,241 41
435,837 435,837 0000000000000000030a879b394125ff1516c20842e0de18088d2a6537d874ad 1.00 MB 2,654 79
435,836 435,836 000000000000000003c6494259bc8678819a507a32099938d80684c4debbdc5b 0.62 MB 1,599 68
435,835 435,835 000000000000000001c49deb300f378499b90e65cb582f78b1ad6cfc848ec663 0.99 MB 1,869 60
435,834 435,834 00000000000000000046c419bef0a403ebc7c5a04552e0c5f01365d8839f7903 0.63 MB 1,177 58
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.