Memory Pool Memory Pool Refreshing

10,361 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (20,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,460 887,460 0000000000000000000141e6489df973fe0782800d8174d95adfb59f5673b5b2 1.91 MB 2,914 1
887,459 887,459 00000000000000000000b325a0de2bd2f302b4f8995b3c39fcdf8bdaa0cc478e 1.62 MB 2,586 3
887,458 887,458 00000000000000000000c910848614c3ce55b2308ecaa5677a6ce3ef4f4444a4 1.79 MB 3,665 4
887,457 887,457 0000000000000000000274d1d18c61604b69acf4f26a7fa7de0c1825d2c20e6a 1.58 MB 1,871 2
887,456 887,456 000000000000000000005d1d0ffc708acfeae33fb2279433b6e2fc1a86f00eea 1.59 MB 2,046 2
887,455 887,455 000000000000000000005d6da9647c846dcc2e7bda7ec77d90c3239443b9710d 1.65 MB 3,408 3
887,454 887,454 00000000000000000000025572c6895550fb0f6fd3bd654f8c9b6dc7b1e49f40 1.51 MB 3,050 5
887,453 887,453 00000000000000000002436a5b7a710ff192503cd6867e0e68ba2f02d8de52ba 1.54 MB 2,905 1
887,452 887,452 00000000000000000000580a928dcb0bf1061629c32aa6ec823a764cad487a71 1.72 MB 2,570 3
887,451 887,451 00000000000000000002228ded1199d880fd1bae1caa116dab3ae2cf057b6e8e 1.84 MB 711 2
887,450 887,450 0000000000000000000201c472d0c0a19fe9cb90401526434d0f0e0f485747b9 1.59 MB 3,767 5
887,449 887,449 0000000000000000000181422169ff27815a57daeaffdfa36acb6d1cc0224412 1.51 MB 3,113 3
887,448 887,448 000000000000000000024529e05b27a21b76b4a4ca72ef3365d02ece30b74204 1.69 MB 3,960 9
887,447 887,447 0000000000000000000229eb20b88367efbda504f54a943bfec9aa3f0fd79ce9 1.56 MB 3,139 1
887,446 887,446 00000000000000000001cf84cc844aa9db70c96e5c405be484cd73e1e144bf49 1.69 MB 3,679 4
887,445 887,445 0000000000000000000218c6cb26622436a22843195bfe7174cbed99725914e4 1.81 MB 3,779 1
887,444 887,444 0000000000000000000070f3600e6d0e7052b9bfdd4f426832961493af1b4243 1.59 MB 1,188 2
887,443 887,443 00000000000000000000b07d820323235ed1d062450c0ca260b13b4da0844f8e 1.59 MB 2,542 4
887,442 887,442 0000000000000000000050b5de971f79cbff5352b5407730305db5a0270ba559 1.44 MB 2,797 2
887,441 887,441 0000000000000000000173ee328eb25aec074299f2a8f039ea4c3f7fdbe50dc1 1.42 MB 2,742 5
887,440 887,440 000000000000000000026b289e0db25cdef9aa73c85f6184cc04f7c0171fe9ae 1.98 MB 2,211 1
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.73 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.