Memory Pool Memory Pool Refreshing

12,220 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (19,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,512 888,512 000000000000000000006771a431bbd361a73205cf8d617f2860e185ab0a9612 1.70 MB 3,752 5
888,511 888,511 00000000000000000000f2a474b8c6ac017eeba6ff6a9f212a8040cf3c159501 1.58 MB 3,731 5
888,510 888,510 00000000000000000001289361eefc58d2626c96b750405b04bb2146cca3339e 1.51 MB 2,695 3
888,509 888,509 00000000000000000000e7e1a55f4a052464b0c05a676ba22b437b7cae208f30 1.17 MB 872 2
888,508 888,508 00000000000000000000da9c8a137983bbf61e61aa7d0d667b9f68af0f66e443 1.74 MB 3,096 3
888,507 888,507 000000000000000000004a5a572b255fd0f64d196188cca6137f8404e6b51c6e 1.59 MB 3,850 4
888,506 888,506 0000000000000000000180cc6a1da0d24ac66d6959f7a3ea399cc5b169c251a4 1.51 MB 3,783 8
888,505 888,505 00000000000000000001af9e94c760a0d5c94e75f7941b32bb44bc6baed17aac 1.47 MB 3,214 5
888,504 888,504 000000000000000000003d4a2dc1ab61a1f2ac7490db0d68ae3ad95814c3adcb 1.38 MB 1,600 2
888,503 888,503 000000000000000000013a75f9a6c242b5e1aa1759c19d0081a8f3bd43e46459 1.67 MB 3,792 4
888,502 888,502 0000000000000000000136e94b0470a7e0fcde618c5dd49c263f4fd26e50eb7a 1.71 MB 4,083 4
888,501 888,501 000000000000000000010f41a1c9f019071082c7796b9605ce9b9f0e18b87d44 1.56 MB 3,890 4
888,500 888,500 00000000000000000001de64ed0d78ae2ee0543a58fe0470f7f8500df0fd7bc8 1.68 MB 3,571 5
888,499 888,499 000000000000000000025324af77e1b13d11e5e4a5cc2a7cdf01563253409256 1.83 MB 3,565 2
888,498 888,498 00000000000000000000786de6a814db9d2a1fdbf917bf40dc416cb294553b9d 1.72 MB 3,263 4
888,497 888,497 0000000000000000000198a4933bc32b618949b7fb3fa09a5a6d7c9b7e6b6bde 1.67 MB 3,682 3
888,496 888,496 000000000000000000005b4529ea7c20a0408a6e670aceee67390c142d680ba3 1.69 MB 3,320 4
888,495 888,495 00000000000000000001d48b67c9b10e437313b8234191ae156f361cc3ee4ef2 1.60 MB 4,016 7
888,494 888,494 0000000000000000000271a8c758c9fa8bb6e79d91741bcffe502d424a6d34f9 1.57 MB 3,878 8
888,493 888,493 0000000000000000000277fe597b42066e91aba60ec22e2f2ead803644587a5f 1.46 MB 3,668 7
888,492 888,492 0000000000000000000041b1adc4d5981575eb0b76c6f2659bae77df329c109d 1.64 MB 3,728 5
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.93 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.