Memory Pool Memory Pool Refreshing

3,098 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,943 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (694,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,555 213,555 00000000000000eebee14c7419a5ec8935f7313ae37e79e0c9f2312a686ee88f 0.00 MB 13 199
213,554 213,554 000000000000019e2d5664d44f022d2c3bad8f008b9148e07f82d9d965a4a012 0.04 MB 61 135
213,553 213,553 00000000000002903186a1e9bda5ddc04d6b4ec3255808859f3ce88f46003e33 0.15 MB 303 162
213,552 213,552 00000000000002b2559e8e097f8a39a9be4b529dd7b47f066cbea6b6e4799160 0.17 MB 424 159
213,551 213,551 00000000000003f0dd11e58c52aec3e9cb7897d893e8306c06a85c0f28cfce08 0.18 MB 460 185
213,550 213,550 0000000000000055dc05c6b6ae2d4012a65270d407a126d20d235c4fb95895d9 0.00 MB 8 302
213,549 213,549 00000000000000a7a0c8a5e731f1b5eefbf82b70b7f447cc27c8fc0493dabc05 0.09 MB 212 178
213,548 213,548 00000000000003ab5b557fb1e7ddc2cf59a36fd095fe138a3a3c4b03e60e24a4 0.05 MB 119 131
213,547 213,547 00000000000001e4ac3d3d0f6b6ed9990117516fa8b69373e63cf474ebccd877 0.05 MB 107 108
213,546 213,546 00000000000004d80525b751f1d0485964480e40939e67a4919d677c5ec96911 0.12 MB 246 172
213,545 213,545 00000000000000a82411a58deaf61027614b0448cf95920ba28fc8f7d4373ac3 0.17 MB 392 168
213,544 213,544 00000000000001f08af40c3f6d1889602158194e64450310ecd4d239e215ee3c 0.02 MB 37 22
213,543 213,543 0000000000000193749f2b6f74a9adb56e53c092865498c9aae2c2bf39aa69d5 0.22 MB 618 200
213,542 213,542 0000000000000365bfc2f3027c6a143d1cf7c2704ad848680f55513e68819f20 0.00 MB 12 73
213,541 213,541 00000000000001021b9fb39e5b601d4ff2a6ca3a11515de6371e942e38354510 0.00 MB 13 96
213,540 213,540 00000000000004cf7cde0b0fc7eeef9d19f2a01c274e3c0e9304fe3488aa235b 0.03 MB 80 165
213,539 213,539 00000000000002218ab6510044f0ca0f35a4f12cf21e4ee023be7f75e8ffa0ca 0.03 MB 61 130
213,538 213,538 0000000000000289033d943178f2e66e81c0c5eb99d280ad32ea8d5d448207bd 0.17 MB 267 108
213,537 213,537 00000000000002c141038c3b78ac672ea10db0bd85ddc6f2d8f2b6ad2117f1e4 0.15 MB 296 168
213,536 213,536 00000000000000c23249ba58e39eacf9c1001913cf6aa21dc452f98842e69b2e 0.04 MB 65 100
213,535 213,535 00000000000000dc9a3063613b716a51c01f52677a7ac2c40e85942921a16f17 0.18 MB 283 423
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.