Memory Pool Memory Pool Refreshing

6,180 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (761,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,745 145,745 00000000000003cb07d6f9a6822213f44fb6ae5d95f1a88482e6020e8b82e3e0 0.01 MB 34 287
145,744 145,744 000000000000037937423177dd7dd82ea3d4915a2019c038d86b48aeab46bc71 0.03 MB 46 34
145,743 145,743 00000000000006b95cf8da9a3f09f698cb0f007703867aa326320a6b76d1df60 0.00 MB 7 118
145,742 145,742 00000000000004137051dc07e8e3e00488397574bb4ba065ceac44df2af90e02 0.03 MB 87 141
145,741 145,741 00000000000008ba2ddb7536e22f518a6e90500ad10f8df32086041e3b77bffd 0.05 MB 117 105
145,740 145,740 00000000000003814238f15c9470afd2dd6c2190a22dcaf44d6cb376c25ed320 0.01 MB 15 1,152
145,739 145,739 000000000000037c8bcfb0d3c0d1ec30367efe7af67e21c65e395ef844f433cf 0.04 MB 108 139
145,738 145,738 0000000000000668263ee9efb0934d7dec85a663e3e0be9dd53050a9d75899ad 0.00 MB 11 474
145,737 145,737 000000000000098b7e8c2106b62e86ae52cc014433ed2355cbdff6d7e500c8c4 0.02 MB 38 185
145,736 145,736 000000000000018fe04a18ab4c7bae549290aaef63bd7ab9aaaf718f36cd29a7 0.00 MB 12 0
145,735 145,735 000000000000047ce450f3c11ab793e283be43df2b08efc854dfbe2150175cc8 0.00 MB 13 263
145,734 145,734 00000000000006c5309a09b67aeed6a1da031de0a2938a1b1dea6f6e5ef7a0cc 0.02 MB 38 77
145,733 145,733 00000000000002537aed557902e9fcfae0df0ef958c55b77af83bb5b00b05173 0.02 MB 60 18
145,732 145,732 000000000000010e30455d0d376c2fb691c5bab987941c16626fed7ab787c11d 0.02 MB 55 124
145,731 145,731 0000000000000750b3ca7d9f9f6a12c8f2e7690533946414aa56321d1e95d6d0 0.05 MB 147 52
145,730 145,730 0000000000000026ad842f51dba91dd79a017389cee93ef58b546311016bedd5 0.00 MB 6 822
145,729 145,729 0000000000000080b6ccc8643d0dd8c4b0a4d580b11a77704afd5bec4720d97e 0.02 MB 36 65
145,728 145,728 00000000000002a78ad756578b20770d1a5f90dd17b9ad15b52e9e9fda2822c0 0.01 MB 22 212
145,727 145,727 00000000000000a2e8d746064542db0a221837fa9874abb692136e2a5d5cfd86 0.01 MB 38 254
145,726 145,726 00000000000003fad0ab5eb64eb617c3b134dc47747ec78201fd7d0b2b7d6666 0.01 MB 20 176
145,725 145,725 000000000000003b6773eb06f956b17f309975cd9b9ca797f3602fdb205f8ee3 0.01 MB 39 260
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.