Memory Pool Memory Pool Refreshing

6,028 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (619,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,974 287,974 00000000000000014aa0c2f4e7599fcba76ea819b36acb925dcd32d89c0d7bd2 0.11 MB 250 42
287,973 287,973 0000000000000000df6455bbff72ff3325d05f67226082e07190e6d6f60a71ea 0.24 MB 525 39
287,972 287,972 00000000000000004eb8ddfb7cd107ac777078bd4a1877cbc5433d36a59ff8aa 0.20 MB 412 36
287,971 287,971 000000000000000158cc4772ff992f09e0447576b102ba59b44459c9d6f2de35 0.03 MB 58 35
287,970 287,970 000000000000000118489ea9f50233bff564404c7813baa61e4c79925d5c2ff8 0.13 MB 271 37
287,969 287,969 000000000000000143b984eab6cc287fe19a172fb5be53443357b41f344c157a 0.19 MB 334 42
287,968 287,968 000000000000000090b1da641a9116f929203fb947336d5f42875430c686bd9e 0.32 MB 632 37
287,967 287,967 00000000000000010299e21cde2574f37d3ad94be69b46d1323eb8cedf8f8e0c 0.17 MB 372 54
287,966 287,966 0000000000000000a73c8faa71b82aa5895e8a89b5c4ff7dc706b5f4f8d9c0b4 0.74 MB 1,279 26
287,965 287,965 000000000000000053961b8faabfd22dac67c80f480b987a370f4d6b8564d346 0.08 MB 256 107
287,964 287,964 000000000000000103c42b08889aa3f58c1db4451345137f5aca0427e2481281 0.06 MB 137 58
287,963 287,963 00000000000000000859d51f1405c4ae480358752aa09ee1b44cf967d4a051fb 0.04 MB 28 11
287,962 287,962 0000000000000000addfa730bfcb4f52ee5db2cf27fa25c1dd39d3ec9079b6db 0.50 MB 990 36
287,961 287,961 00000000000000015a2621b772fa7116a1c0f605b0722237b28732cc862818c7 0.04 MB 75 31
287,960 287,960 000000000000000088a1eaaad5fce67f374f16b60a9e00a0601af838f1bfe3ba 0.10 MB 138 19
287,959 287,959 0000000000000001363b2494b6d7c058df3a68860f5ce5a6835534bff4d5a851 0.51 MB 738 25
287,958 287,958 00000000000000001fe4c888c19b3ccc1f514c318ba17d8bc278c400991fcdd5 0.50 MB 1,234 53
287,957 287,957 00000000000000011ad29af2f1606a574898645cd0406405a257213f29fe7b2b 0.00 MB 1 0
287,956 287,956 00000000000000007a5ec9270605ab9caf62470eda774768da4127469683da81 0.25 MB 581 41
287,955 287,955 0000000000000000c7a38d73e2bbcdd26dae4f87ceaf1aa016452bdf851563a9 0.04 MB 71 11
287,954 287,954 00000000000000007ae7e4921a85107ded869aabe0bf1f6abe4d3aa76c711463 0.16 MB 269 29
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.