Memory Pool Memory Pool Refreshing

9,031 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (152,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,434 755,434 00000000000000000008220ea4bbcfff09a3110b735c3f4381b5218f930e6439 1.53 MB 2,844 15
755,433 755,433 00000000000000000001f1f6b2681f14753912dffc3ea6c201e6669c4f2c9d86 1.34 MB 2,856 21
755,432 755,432 00000000000000000004fb2fc9856cd73ce4f9d4f24175ad7171d81c3345dcea 1.36 MB 2,425 21
755,431 755,431 00000000000000000005e4d629319627670f8c18a6884eeede0a05f3f565f37a 0.46 MB 889 14
755,430 755,430 000000000000000000088b3391cd9b9dfbb311c7fae695b291c5d1a21968d92a 0.11 MB 171 8
755,429 755,429 000000000000000000023bd56cb0d6e897622b398dee14d38443efbc060ab6cc 0.03 MB 68 11
755,428 755,428 00000000000000000008890e5712dd6c027db6e33acffbfc6ad0bb02d8c26323 0.40 MB 654 11
755,427 755,427 0000000000000000000425ef36024b43316fb34c3c21770a42d19c5bf763a221 0.33 MB 499 16
755,426 755,426 0000000000000000000614d0e5f27674b77b8a6e09ac523843053ceb51cbaa27 1.06 MB 809 5
755,425 755,425 00000000000000000003d26cba34fbbd1cf2d27446441c443f62ba1e411abe54 1.65 MB 2,214 11
755,424 755,424 00000000000000000000fe014c78676d72da5015fe30783ba344438a03a1a412 0.49 MB 784 12
755,423 755,423 00000000000000000006e9961f77c50ec5e08568fb8a8eac3d2386640a9f0bf7 0.14 MB 278 14
755,422 755,422 00000000000000000008b59e1b6fe181d311ea1218ad9edee57e8fa8ce53eef8 0.07 MB 206 17
755,421 755,421 000000000000000000086a238cd29769a3b6198a85f7f853a4352f46570a144a 0.11 MB 235 12
755,420 755,420 000000000000000000027c026ef6e8bd0bb0607e03b5405dcaa7338987a3b476 0.81 MB 1,342 11
755,419 755,419 00000000000000000000da6fce5986fb260247a9a8ba3d1619afd4d66cc87678 0.90 MB 1,350 12
755,418 755,418 00000000000000000002bc8c57aca611040d57af19bdbeb8c10f02e3e85068b1 0.94 MB 238 2
755,417 755,417 0000000000000000000811c6ebd729f496da2107adefab12b2bbc67771b85e62 1.67 MB 1,471 5
755,416 755,416 00000000000000000003cd62e4b0dc7216e58f14297a5740e3801d9c98af216e 1.34 MB 2,041 16
755,415 755,415 00000000000000000005744033c33fb99c2d0e5d8bffe155c8c09cf2b5948197 1.19 MB 1,490 23
755,414 755,414 000000000000000000001b3a818a4efd3ab2d4d061d6b2089485fd46cd978a19 0.55 MB 850 7
Previous 10 blocks ↓
Total Size: 769.28 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.61 GB sent, 94.36 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.