Memory Pool Memory Pool Refreshing

5,705 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (20,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
887,439 887,439 00000000000000000001ddeb968e282571d2f9730a3503967a3d2ba0188eef0a 2.16 MB 275 1
887,438 887,438 00000000000000000000df9c9e350616e6104d16f02ef4dd161c8e54cf40c4cc 1.86 MB 2,870 1
887,437 887,437 0000000000000000000276306f1c21f620645cc20387f52afe5bcc1db163b744 1.90 MB 2,909 1
887,436 887,436 000000000000000000010b6b8e48a62a40a20fcd290463099147c0015c0042a8 2.81 MB 2,026 1
887,435 887,435 00000000000000000001294f757d8c77497260ed33729b4ac55acb0226c11e9f 1.87 MB 2,147 2
887,434 887,434 00000000000000000001673190232ba9ebca9e9c641acb651d792c2d980a1d36 2.99 MB 924 2
887,433 887,433 00000000000000000001620010f18496d0a2de06485cb9788c61295a68fba71f 1.53 MB 2,635 3
887,432 887,432 00000000000000000001ec14241906f4e8d2a0faab590b3a96303fb942ab19ba 2.13 MB 905 2
887,431 887,431 00000000000000000000979ade835a5c581d44bd0ab18ee48801295db5e3b1e7 1.08 MB 428 2
887,430 887,430 000000000000000000020dfcce8ebd0c6416ac0ef2e5991600779126b1214bfc 1.49 MB 2,614 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.