Memory Pool Memory Pool Refreshing

686 transactions
0.21 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
1 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (447,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,426 460,426 000000000000000001cec48fd66aa0dba87534c273782d5e3d44542f6749b2e8 1.00 MB 1,127 162
460,425 460,425 0000000000000000007bfe826c2279f469e4de6f5f7bcceb4f6f944a8f577eaa 1.00 MB 2,425 200
460,424 460,424 00000000000000000170ce564eaf47d9efeeadd3747032f5b27ec46428d13235 1.00 MB 1,356 182
460,423 460,423 0000000000000000020aa103dd5693263821a401844ddd3b195917dc2cfc7170 0.99 MB 2,198 223
460,422 460,422 0000000000000000013b6eb1939e5167ab9907e4612a32ca9da9f09b58af1990 1.00 MB 1,515 176
460,421 460,421 000000000000000001d41890745b90723d5f2e42fb880d4f1e5a74a67abb8498 1.00 MB 2,639 170
460,420 460,420 000000000000000000df9707b786e9db1fd88aae39a1a2c69a51182ab06be425 1.00 MB 2,313 244
460,419 460,419 0000000000000000006b6982aced1f4c70045cbab72f96e846fb2fda7ace304d 1.00 MB 2,804 197
460,418 460,418 000000000000000001a51a6cff360a8dc52dda8c49ff171a929867f2a638a80f 1.00 MB 3,287 124
460,417 460,417 000000000000000001f2e38464aede972aadf68efd21125356803c8f58cae730 1.00 MB 2,701 142
460,416 460,416 0000000000000000019dacc3854fd02baa6551ee2fc3f710304c7ef580d70821 1.00 MB 2,227 161
460,415 460,415 000000000000000000848d14d9860dad5a6ee942c14810606bbf62b153a71945 1.00 MB 2,554 168
460,414 460,414 0000000000000000020831368cba0a6677136dc8ca084768e5ec686f0235faf4 1.00 MB 1,988 138
460,413 460,413 0000000000000000011933aaa50da3ccb75f5a3393723faec04dc418a80183e5 1.00 MB 1,961 108
460,412 460,412 0000000000000000016c6c1e9256b3be561d14a7033282cd4db9bbe2d3e02b59 1.00 MB 2,379 193
460,411 460,411 0000000000000000006c56c47cd49b176c5c8ac8dfda07216323aba4f15bddae 1.00 MB 1,581 158
460,410 460,410 0000000000000000014db2ea96c3a9e140c87f49b95a5b0d0467ef635f292420 1.00 MB 2,390 283
460,409 460,409 000000000000000000062637ee240900ccae223a6d09b5f311170da1efd283f1 1.00 MB 2,313 154
460,408 460,408 0000000000000000020c2750ee85fb0d76c2c20f069cd9ec7da44e7d68af668d 1.00 MB 3,668 136
460,407 460,407 00000000000000000075fb56ff58e926a6292fc078e963eb56d892490c4005bb 1.00 MB 2,250 127
460,406 460,406 0000000000000000021c25b8ecf2c577a2eb151157100cf61e4657b4b16a1d70 1.00 MB 2,362 142
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.26 GB sent, 93.61 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.