Memory Pool Memory Pool Refreshing

8,206 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (734,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,098 173,098 00000000000006b3ad0791f5a6aa8f746c3b2a4e60892a05fd75941a8e4b6cdf 0.00 MB 1 0
173,097 173,097 0000000000000ae3c037645d69af0fd72260cc3367706681a89d8dcf8383d8b4 0.00 MB 1 0
173,096 173,096 000000000000074c7a2f792b9985d2b039377df008a7ef97970e9861420b0d9a 0.01 MB 12 211
173,095 173,095 000000000000081f0e1f5b66e2063ebebc65ed097ac14eaa7d0db5f16c4883df 0.02 MB 70 144
173,094 173,094 000000000000084a69351dd035c8c5917e2b8eef8df02f3f0c4be61fcde7c636 0.00 MB 10 0
173,093 173,093 0000000000000a61c137606a3915ffa4c23ab677360d33314a2b8f18f271fd5a 0.01 MB 20 183
173,092 173,092 00000000000008920b4306c8aa88e0794b3cbe2e2b5582c6bcb42b6c5ae9a4f9 0.00 MB 11 35
173,091 173,091 000000000000057f27095bc8504b3f75a51bad681c93916e742d4e2fe1a21cef 0.01 MB 22 53
173,090 173,090 0000000000000070216bbe10b0077f11aaf381739def06b98ba031712778df13 0.02 MB 48 187
173,089 173,089 00000000000000c529f6823fd7827918ecf825ec99883bf4a6cde67def848aa3 0.01 MB 15 29
173,088 173,088 0000000000000a5761f8ae74fa2f44d992e2985e1fca83e9a9cc57c1f93b5f1d 0.00 MB 7 134
173,087 173,087 000000000000069cabca052ec50628fd3b7f080a5f8017a47bff4ba7def4312d 0.02 MB 61 118
173,086 173,086 00000000000007be22701bf661fb73928d6feffd78b83716917aa2b37faa5761 0.02 MB 37 20
173,085 173,085 000000000000094936f69e38d3e02ae43bfde264b20db59feb304b0992a71253 0.06 MB 105 139
173,084 173,084 00000000000001f5bae0275b3fbeb343ec7fde2442ef5dd16ee92a03d886e0c2 0.04 MB 134 88
173,083 173,083 00000000000003f05366c7ca01e88f37c6c675a038e7d8521697cbb72671c79c 0.00 MB 1 0
173,082 173,082 000000000000062ff6e1cc0cf844dd77acb3c616489f221d94d85cf9e1bc3c7f 0.00 MB 5 103
173,081 173,081 000000000000077eecf0b43b5306af691cc68da94f37405ca1e3662b0561db18 0.00 MB 8 116
173,080 173,080 00000000000000986e1df06cedf8343cf8feba4313d704faa61ff13c998a96ca 0.02 MB 49 133
173,079 173,079 000000000000049afeb00687d41c90935824e4e8420e35b8dcec765d76bec8ad 0.00 MB 1 0
173,078 173,078 00000000000001a03e14ddd1e6d0066a33a57de57c452cfcfb4c5a9ebc7788d4 0.01 MB 31 60
Previous 10 blocks ↓
Total Size: 769.03 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,624.91 GB sent, 93.01 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.