Memory Pool Memory Pool Refreshing

4,527 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (784,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,265 123,265 00000000000023bf2519389bdfb97c7adbdcf0feeeccffd8df3659611968744a 0.00 MB 8 0
123,264 123,264 000000000000252787061a208f63356d4a96e6557311250e53040fabf737fbaa 0.00 MB 5 0
123,263 123,263 0000000000005321cf6630281c23b574933af6f65d2a92e03358985e2371b253 0.00 MB 9 754
123,262 123,262 000000000000404bbb8e66dc4fcd3c32bfb2e7543de767704500cc567777e73f 0.00 MB 4 0
123,261 123,261 0000000000003ca1516b797754f3b4b60511f1012883863c48cda20b24502660 0.00 MB 11 272
123,260 123,260 000000000000361859446d205d9c800f29047286dbd732d5c2370726f30b0d5b 0.00 MB 1 0
123,259 123,259 0000000000001c4c601a3562f2170665fa3ac2ed33dfe7477558098b0763c262 0.00 MB 14 716
123,258 123,258 00000000000031a08fd0d707ccdef52bde931f23f7b93653065857add8d9a4fb 0.00 MB 9 1,025
123,257 123,257 0000000000005e205bc4b523713ba683a731cece98d144e867ae5de2016d702f 0.01 MB 21 0
123,256 123,256 00000000000016c5946844d547c73b29e8db767e5b54ed95c2f12b6c04568f76 0.00 MB 7 1,753
123,255 123,255 0000000000001762044ef71047325035176aff15b926e94d725a57cb8f22d2ef 0.01 MB 22 167
123,254 123,254 00000000000023aad0923ea2c54983dc3d0d4874e2b254832e69e5b92f24e1aa 0.01 MB 40 3,022
123,253 123,253 00000000000020ccee6bef5fa7fa16d5fc8940875d0db1d49652ecb38024488a 0.00 MB 7 0
123,252 123,252 0000000000003bebf8224d8622a18a5ab2ac9c4b89d2a8155fad60c16fb28718 0.00 MB 11 0
123,251 123,251 0000000000002f0b33fba87b03a078b22a0c2c143f626a1f9011b583f9056d0a 0.02 MB 66 1,333
123,250 123,250 0000000000001e436d370d474cd74bafb1179c5ba34d5719ff0ee33a2b994b83 0.00 MB 10 647
123,249 123,249 000000000000672b31ab4e243d52d807c2bb5e41055a017ed404f4855dbfdaf8 0.01 MB 14 891
123,248 123,248 00000000000006fff12f56875adb0f18cdff50214a9188e88f7fd1fb1ded592c 0.00 MB 6 295
123,247 123,247 0000000000006252029edd7a78822b739417a47ea45582a2cdf681c86b8bd70c 0.02 MB 22 150
123,246 123,246 00000000000058060ddca88cd2880dda6a1086ba2db11c561dd11ebf3055aa70 0.04 MB 85 916
123,245 123,245 0000000000001271efd5d9f7e539909160a181b2c0a2b8c164d6f8159e5c7dd9 0.00 MB 2 2,283
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.