Memory Pool Memory Pool Refreshing

2,139 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,967 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,847 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,966 (277,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
630,914 630,914 00000000000000000008bbccba74b8422049f18a1c3bc26bdc3251834880cc16 1.16 MB 2,679 58
630,913 630,913 000000000000000000085f7cdb811cac0172d9c1502db2e89534f490bdf2a984 1.46 MB 2,307 162
630,912 630,912 0000000000000000000d6f3831673e846bfb0fc2b3c511073f3981323a610c2d 1.25 MB 3,017 90
630,911 630,911 000000000000000000044822a026c76bb196d92c1c2850e715426f72cb59d891 1.56 MB 2,012 181
630,910 630,910 00000000000000000011761226da852548e1f9f51b0fe76b5190f66c49612e3a 1.23 MB 2,610 103
630,909 630,909 00000000000000000008180a77d7b4465cd0b1b70a6cafb97de41c8a32d2fbcb 1.45 MB 1,875 156
630,908 630,908 0000000000000000000bbbf213caba77bfbcd6d06ef20c3bf5a06db278b57a8e 1.37 MB 2,300 130
630,907 630,907 00000000000000000001f5749c4f2b134ac76d9a858fbd0da06bf9dee0a852bd 1.34 MB 2,160 148
630,906 630,906 00000000000000000008a1aba68c012d0d9c347af3fa27b335e1e2cd5ae9edcb 1.56 MB 1,966 178
630,905 630,905 000000000000000000029317f1e62ce5336cdb704be8feaf7d0a24591f923f81 1.55 MB 2,385 184
630,904 630,904 00000000000000000002562e1c061684227d83a68ddb3fcfa7c342ca658d4fcb 1.24 MB 2,110 105
630,903 630,903 000000000000000000115efe612bf406c5364f3ae49facd56f3ecd5e47c81908 1.25 MB 2,416 104
630,902 630,902 0000000000000000000b285e4b56a84bca8cbe09ffc184c38cc4fe1c07c847b5 1.25 MB 2,675 106
630,901 630,901 0000000000000000000a55ed3cde25139a6a4771ab810d714c64f72b026c2748 1.21 MB 3,024 118
630,900 630,900 000000000000000000096e6c5296bb09e6ed0f58e15ac0fb0b7790c4a4dfe0d5 1.26 MB 2,225 145
630,899 630,899 0000000000000000000d3a54f2e2546d540ced9f2044bc62a7b465dafd7498f2 1.23 MB 2,781 139
630,898 630,898 00000000000000000011250bfcf4e3fc4d38eb39f5d59dbdd10aa7bf7e39b857 1.15 MB 2,303 126
630,897 630,897 0000000000000000000e2ebe3d4850d9613417aafed843fade31579eab426bed 1.53 MB 1,964 179
630,896 630,896 0000000000000000000c976796e6f45e7dc8b51df3cb96935aea77d003b89399 1.39 MB 2,078 169
630,895 630,895 0000000000000000000a8b30e9be9b18bc1b4129d8570b69a754befa6c054867 1.49 MB 2,269 188
630,894 630,894 00000000000000000001287bf2f929edb5e9f923177db8812a291614a68e5109 1.31 MB 2,249 137
Previous 10 blocks ↓
Total Size: 769.48 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,646.52 GB sent, 95.36 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.