Memory Pool Memory Pool Refreshing

434 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
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 419 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (284,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
623,545 623,545 0000000000000000000e5f2ea10440744e134f12f0aab7799e894a845395021d 1.31 MB 2,258 9
623,544 623,544 0000000000000000001095e28bb748922968aeb26a5fb88cee1a2331af90173b 1.35 MB 2,400 38
623,543 623,543 0000000000000000000980047a59178b0ac22f8ced9d2b33ab1577b7f95e379a 0.83 MB 1,632 16
623,542 623,542 000000000000000000046e267587ab26cde22d1e6cb2fb945c863123d12f9924 0.22 MB 544 23
623,541 623,541 00000000000000000010a075ed9e3996768ec0bb99323e1a468b78b687d99a2c 1.44 MB 1,531 10
623,540 623,540 0000000000000000000488cf01b4c333ab3d2c7d15da6d376a0943565a55c388 0.30 MB 701 16
623,539 623,539 000000000000000000021b69dd3a0cbae0e8f777eecbef9cf67611e17709a25d 0.67 MB 1,077 19
623,538 623,538 000000000000000000070fcc4953fde4b43b202a23ba050c7ed3ca6bbad6e157 0.67 MB 1,159 15
623,537 623,537 0000000000000000000339b86557bed34635b42f77559495071424b4ea8a18a0 0.96 MB 1,145 22
623,536 623,536 0000000000000000000f23aa0356cccd0df97998cdfe192620e094362f030e0a 0.52 MB 853 14
623,535 623,535 000000000000000000133149831c83053ab6135838dd9135c30b6bf17c5a5f2d 1.48 MB 1,851 10
623,534 623,534 0000000000000000000fbaeea84c5509ea09a876f449892a187bf8a21c49eea2 1.36 MB 1,796 28
623,533 623,533 000000000000000000005af32335b637b397ffe0cb9b1bfed47a3f458922f193 0.25 MB 538 20
623,532 623,532 0000000000000000000551eec6029e632a8e3c5b18af6479ef45d7d846b60a0a 0.95 MB 1,548 23
623,531 623,531 0000000000000000000f9c469ec1b3295432a77ec10e1add6fd0cf3626dda592 0.66 MB 1,160 22
623,530 623,530 0000000000000000000423f81226ddcc2f757e239d4ae79f2c5917d1f3738e30 0.59 MB 922 5
623,529 623,529 000000000000000000042a2d3469d524807ff27d3563a7eb4603919710e382cf 1.33 MB 2,756 26
623,528 623,528 0000000000000000001434495b9e4dd338ca0844a6ea67fa37926741fa3cc30a 0.50 MB 1,082 15
623,527 623,527 00000000000000000008adaf10934c6e488069915ce0c2fd9d490353e3947d5c 0.06 MB 109 11
623,526 623,526 00000000000000000013db2899bd6f63dd4c3a65ea09cd657e1255fad73f7f5a 0.22 MB 569 18
623,525 623,525 000000000000000000132c4c1785741bd076172aff2a0b78e0c2d6f26c3607b5 0.91 MB 2,039 18
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.85 GB sent, 94.09 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.