Memory Pool Memory Pool Refreshing

4,163 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,555 (860,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,274 48,274 00000000250a4364f686c164cb9d58fbc77fb2e84759f14dfe7c15692a32b3a1 0.00 MB 1 0
48,273 48,273 000000001c1dfae8e5511fd3eac042784ca1c37c2930f35352686134e2fc92e2 0.00 MB 1 0
48,272 48,272 0000000025a5563025083a08114ec70efa928af7ef28486af362432a23ebbe88 0.00 MB 1 0
48,271 48,271 00000000070ea2ec1379a59ce5afc5e84e61d4a0c6c50ad667f87e476022597d 0.00 MB 1 0
48,270 48,270 000000001d5d06be828601b2511074b771f866c5d76a429a66aa5cd242bb49d9 0.00 MB 1 0
48,269 48,269 0000000013b07d5a9c456cec38b82a388936bb539ba6023c4bc4467e9b2d1996 0.00 MB 1 0
48,268 48,268 0000000032ff47b718e9ecb6f8f697d7e99c8580284e1c73857f7fce0f71237e 0.00 MB 1 0
48,267 48,267 00000000290d985e92fb7a48e58ae8591c0ce6a2d56cfa123e99f02379333da6 0.00 MB 1 0
48,266 48,266 0000000020ae9aa868c08ddca16e97495fba933f607510c58c243109f0da3f9c 0.00 MB 1 0
48,265 48,265 0000000022da4f44a1600b9583fde085228aab3c57ef67b7aca20c0be2921f83 0.00 MB 1 0
48,264 48,264 000000000cc51b0e990b0a0e87868acda2f88451b2542383d58c4322379b6a30 0.00 MB 1 0
48,263 48,263 000000002ed1ca07edf83622c8e672ad398cea064c9d89f2b2f89345560f91fa 0.00 MB 1 0
48,262 48,262 00000000337af615ad12c30a6b1c23aed00b10e8630fb6604eeb1d88181885d6 0.00 MB 1 0
48,261 48,261 000000001e30e313c02b2b29c0078c21d9dcf7a46aaeb4f0686996f49e2623f9 0.00 MB 1 0
48,260 48,260 0000000010128a4130de6395b31b9d04511481b4bb0688f19587fa7a4b25e84d 0.00 MB 1 0
48,259 48,259 000000000f5b735ad2aa29ef86f1e2d05c241e9479d671d331535093a24038dd 0.00 MB 1 0
48,258 48,258 000000000d2f8b4ac22bfdc76e1a16df624e9e34c7778781bf478d42b54125ce 0.00 MB 1 0
48,257 48,257 0000000007d08253055e261ebecc59e2ac20a2335340129f529347975de45cc9 0.00 MB 1 0
48,256 48,256 0000000003bbc3f94e02a61b17eac66ea06bc93234093ac1c52dbacf5dbaaf8f 0.00 MB 1 0
48,255 48,255 00000000330d638f73adfcb2c6addbeae6f49dea39aef68e4676c24b095e5f3d 0.00 MB 1 0
48,254 48,254 000000002c1ccf90a154da0f9af566dbccfafff85efb641bff8289fb2e3380fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.73 GB sent, 100.62 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.