Memory Pool Memory Pool Refreshing

10,175 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,467 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (687,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,763 219,763 000000000000015768906c5c88517314d675232985826a6d0a6c14eab23ba0b2 0.10 MB 215 145
219,762 219,762 00000000000004ca920f218edba1bfac02a9638aaec1c85041f4049843b8cc80 0.06 MB 34 60
219,761 219,761 000000000000041efc03bc54e8d6e4b16a31a5fcadf274505418f831afd56803 0.25 MB 637 205
219,760 219,760 0000000000000301fb0bfa9171c62fa9855637ab4fb58890ab0752d286e501a7 0.09 MB 171 199
219,759 219,759 0000000000000205f2a1c461095265c1e810348374981e10136937ea9d7cb606 0.05 MB 129 239
219,758 219,758 0000000000000360d0f9247e74a8c418fa1ac01f19c5ea9681cf2729617b8196 0.08 MB 102 82
219,757 219,757 00000000000000d1b60f3adedade5420950c398778642d9560001ae1a686644e 0.21 MB 477 169
219,756 219,756 00000000000003a4ab242d90c2de41e3bfabb31369bb5bfbb2b98f0b7487f371 0.18 MB 343 140
219,755 219,755 000000000000010d0b76647052e9c7455d21c20034bab8a6e158b531830e1ceb 0.05 MB 88 137
219,754 219,754 00000000000000b807f712e31994a58672771ad8ec56c8d083ded0dae46aa9d4 0.06 MB 169 184
219,753 219,753 000000000000040b96294b384e1c431c916d406827b2a84c8796bd54c99af122 0.06 MB 104 110
219,752 219,752 00000000000000d9b0991a076d48945e5d6ddd5170dc43fcdab2c832dca960df 0.14 MB 317 164
219,751 219,751 00000000000003db2d71dc3c33c39fc3064c9d9c2d68d691c3c1a1d1e86ea839 0.09 MB 154 64
219,750 219,750 00000000000000823f983c6f8ece5dab4b9205e9cf60c471802734af4347947e 0.10 MB 186 137
219,749 219,749 00000000000001148d5ea07042c02fc484a4e99c10ce223fa8202acd5c025b5b 0.12 MB 272 139
219,748 219,748 00000000000001cedabd223f10dc6ca57d883c89260da0db0a64e4d77d70b071 0.08 MB 148 127
219,747 219,747 0000000000000216c31c6952e37f83dc105964d17c3d6542f6626e93d3c3759d 0.22 MB 498 188
219,746 219,746 00000000000000a619dc43244b985cd2c673ba11843b03990d70a215ce4727b8 0.24 MB 385 151
219,745 219,745 000000000000035949b159cfe4bcb37e845a7d402aa2a25a7df6669fb8dacca9 0.09 MB 204 154
219,744 219,744 0000000000000470b20d91d56cc90710fa79af2eced21b39206a05a4e20f9838 0.15 MB 195 108
219,743 219,743 00000000000001925959229452cc6fbfef0104ebed7ccd6f584f2439c5dd1f1b 0.10 MB 256 221
Previous 10 blocks ↓
Total Size: 769.02 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,624.79 GB sent, 93.00 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.