Memory Pool Memory Pool Refreshing

628 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (661,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,917 245,917 0000000000000087b8241ed0786a01d0c5e16b0f75bb6044d97ef0ac4cf377dc 0.03 MB 89 14
245,916 245,916 000000000000005ac34d9bb2f4ad71b90d180a47da307e55c2d5a3e8907d5200 0.23 MB 481 129
245,915 245,915 00000000000000690d41673d5768ad3a76e743ae87f41283fd2d9fd346cf2b4e 0.17 MB 370 113
245,914 245,914 00000000000000bd0e9e5083f79e6bfecfd6a925bbcd5a3b0c0692d387d85f80 0.01 MB 22 164
245,913 245,913 000000000000004b9dba306021a35afd5d408b0d7eadf423d5b2e6658c289490 0.14 MB 371 154
245,912 245,912 00000000000000247a32d0ecc0ad9839184563ca8d69165dcf9585cd5c5c55e5 0.07 MB 180 156
245,911 245,911 00000000000000ace1293c5f3fb9f6e9812fc5ebeca15b67a74e7abac20234c1 0.01 MB 11 31
245,910 245,910 00000000000000323cf5781762189c97bb4d8203569e315bc2c2f8f3e186694e 0.09 MB 229 162
245,909 245,909 000000000000008b7a49ffbc696511aeadabab6d3d7caa7a7af3984aa6a52e98 0.07 MB 176 198
245,908 245,908 00000000000000a78b53e65fd975a51c306506d7885875f68c72129fdba26baf 0.01 MB 34 196
245,907 245,907 00000000000000927bea2511b05033dfd82c72380ccbf72b1e84b737fe2f18b6 0.03 MB 80 180
245,906 245,906 00000000000000199a7255f11ec91792662449747f3e0cc3b63f560991119261 0.24 MB 298 85
245,905 245,905 00000000000000aee91f86e0aca3d5247c678b3b75d6edd326b8f49110a46873 0.17 MB 377 143
245,904 245,904 00000000000000a259776786c570ee7eefbc1bec2a8f3cee3168c5e3a3ac8ca5 0.12 MB 301 167
245,903 245,903 000000000000005be9b93f54cc5f9de82d87962a174ba59938467b08d979dfaf 0.01 MB 27 124
245,902 245,902 00000000000000639c67dede13fdded7dd8d0eb466be2652cf7b86c642443fe8 0.09 MB 157 125
245,901 245,901 000000000000005a038c4ecd3033020c02e583fd9e2c5ae23ba4aa2c65bb2061 0.23 MB 536 140
245,900 245,900 00000000000000acb1c90fbe24ef87f7e09ba7cfb6d0e055a9399f01385aa86b 0.12 MB 256 33
245,899 245,899 000000000000003ee7e0e5ce06c320308eb047044ea861b1b7eb719d6d7c9072 0.25 MB 574 214
245,898 245,898 000000000000005580d5fcaa657971ce3b39ba350b556abc9e676f790150691c 0.20 MB 427 116
245,897 245,897 00000000000000284397b3ef4b0aef71952b199a5dfd1e914258f9da37213397 0.09 MB 188 115
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.79 GB sent, 94.08 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.