Memory Pool Memory Pool Refreshing

9,988 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (733,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,256 174,256 0000000000000512dfd217ff8172ff93c226279a843f161f07068adaf8103502 0.00 MB 4 0
174,255 174,255 0000000000000840f9096e87d8538f6bcca309fc347fec6924c5f9cd3265266a 0.01 MB 20 215
174,254 174,254 0000000000000154c95e9d2dcce733f91f0a852e40fad3f5afcb7633be6a0109 0.01 MB 18 79
174,253 174,253 000000000000068058eadad9fa7124a5490e9c6fb66eca6f51ddcaa888fc6a82 0.02 MB 85 260
174,252 174,252 00000000000007b463c1332549b854a45e7bd6925624d46542fb8484b66e63c2 0.02 MB 63 153
174,251 174,251 00000000000001e2a347481ba9ed2fefdbd7991203a1417acf7e0df07eebc931 0.00 MB 17 51
174,250 174,250 00000000000006d372a7a6a84b4598dd7696ac016afed019104aedcd8eaec1e8 0.02 MB 41 368
174,249 174,249 000000000000079d527e860f3cf36a2116885c2f0bab14dee88197b590e736a9 0.01 MB 21 22
174,248 174,248 0000000000000308d254326361668553fbc77ea3349abbfd563b0299b99eeb6a 0.03 MB 20 104
174,247 174,247 00000000000009880c5e575d6f97117ccc242748788da49130d7ff22916b9359 0.04 MB 106 32
174,246 174,246 0000000000000a2805cd0d6d9cd325102d52d6b7e733e2795a01519ed5f9ccf6 0.00 MB 1 0
174,245 174,245 000000000000065a0653f492aaab73475729aa6c429c0d89d71a8817414332cc 0.00 MB 4 0
174,244 174,244 000000000000079b959cdbf485be2ba1ef989581e2b6b19672ea884908f72d64 0.03 MB 40 134
174,243 174,243 000000000000002ef702eba02bfd8b4a599024fcad35550c832f65400132dfe6 0.05 MB 163 35
174,242 174,242 00000000000001796a6c334a8c01de53b643ad8680fbac5969f5c4665591a897 0.00 MB 13 15
174,241 174,241 000000000000023f3264b8c749e313208c23ac8f83a9b38e089ab6349938500f 0.01 MB 25 119
174,240 174,240 0000000000000277ce42364edbfd9691ecd5b4085654e25a2861938b9bf3d4fc 0.03 MB 59 80
174,239 174,239 00000000000005a1db9123dd6a6f09ab28d89a6957fcfad7a8491feb6048668c 0.01 MB 17 68
174,238 174,238 000000000000089f8ee18ec786855d699cd4e1bc9d75a53be74b40f99a37a291 0.02 MB 58 116
174,237 174,237 0000000000000411e31abc921a56cb9a04dbeb0a278de12883c0064204c2bc91 0.02 MB 51 32
174,236 174,236 000000000000039f1f82ee71b107e68d22794506a0325c6b996d6cbc00cabc40 0.00 MB 6 140
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,625.68 GB sent, 93.04 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.