Memory Pool Memory Pool Refreshing

1,632 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (74,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,098 833,098 000000000000000000011bf481f0ec5f84cc8949cf7b8dfc68d43b30d9aebb8a 1.63 MB 2,837 46
833,097 833,097 00000000000000000000fb7d7d79fb8f04b77fdff7efcfd7121645ce1acd19b8 1.82 MB 4,013 57
833,096 833,096 0000000000000000000146bcd79c90b2cf21bf83b266cbc710f11df07ce9fff2 1.70 MB 2,996 54
833,095 833,095 00000000000000000000adbf745b0e1f825dcb48289c8bbb497e034a998fbfaf 1.23 MB 1,183 42
833,094 833,094 00000000000000000001c75c56f958a0a29d016579e9eff8999ca19c83236132 1.81 MB 3,799 56
833,093 833,093 00000000000000000001188f84472adafcb0e5a53a87b7d01db7eef836d9f255 1.96 MB 2,718 42
833,092 833,092 0000000000000000000257160e966639157c08f44815201acb2e045ca24817e7 1.70 MB 2,994 43
833,091 833,091 00000000000000000000659f51c8df13855e319ee8951b79774a014c05b0f4a4 1.80 MB 3,573 58
833,090 833,090 00000000000000000000ca725baee0b4df6ce6644799f8f7c1815f35bfe9ac9b 1.56 MB 2,915 45
833,089 833,089 000000000000000000003a6f50b0887336307a52d3a4384c1865992b054fa6cf 1.60 MB 2,614 42
833,088 833,088 000000000000000000008f265b5d4c26d6f9fbdf377b34926c005a92b1b6cc2c 1.77 MB 3,259 55
833,087 833,087 000000000000000000026fc023cdfb41d19e9d3f2cbc3d3a9eaff25ae3020ad7 1.69 MB 2,731 38
833,086 833,086 00000000000000000003638d41324cb09b6b3753b477868170ce254fd4e46748 1.60 MB 3,450 54
833,085 833,085 0000000000000000000300e9988f1ba955cc03e0b205262a0c7cb784651f33f6 1.74 MB 2,878 43
833,084 833,084 00000000000000000001a56b03b5a52a5fea988c859e0286d7b295be7c2b4125 1.74 MB 3,650 59
833,083 833,083 000000000000000000024d3042731414750cb165e83e169bd74784ef9e6e29ac 1.77 MB 3,153 44
833,082 833,082 000000000000000000022c6a3158e3a0b86be88d2c36d4b52eb51634b4e601fb 1.91 MB 3,080 53
833,081 833,081 000000000000000000032c009e170142b93e0c8b0700d080cfc7af24d9f375d2 1.69 MB 2,794 46
833,080 833,080 00000000000000000002889b3d7da7664dd99fdaa39c7d3bf995c0da4c279ac0 1.80 MB 3,300 63
833,079 833,079 00000000000000000000581a15a6b4be8ec7c003b1efe1c637cc76bc0f4300ff 1.87 MB 2,861 33
833,078 833,078 00000000000000000000cbd444b87b6bdbfddeb2b052f9095291e1bccdf1c2c0 1.83 MB 3,203 42
Previous 10 blocks ↓
Total Size: 769.23 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.75 GB sent, 94.07 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.