Memory Pool Memory Pool Refreshing

4,594 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (759,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,559 148,559 00000000000006c68df73da763285451216caea2bc694b353de32ebdb31ce765 0.04 MB 116 160
148,558 148,558 000000000000085e9ac8814887cee0b0ef91c94054f1637c281757500ad6ab67 0.00 MB 2 0
148,557 148,557 00000000000002c727047296ee20b628599031c6ea5c09292513fddbb11d34df 0.02 MB 29 332
148,556 148,556 0000000000000132ff283047d91fc3bb5fb0f8364c771dae621fe8cea6f5e56c 0.00 MB 7 0
148,555 148,555 0000000000000578aae89ae5b3bd4b97a510f4ad10c304a2454adff3d0577951 0.01 MB 17 219
148,554 148,554 00000000000000efd125e9045354f26d438eb776ca005e61fc549c82687fa72c 0.01 MB 30 84
148,553 148,553 00000000000004a59b7deb5c4e01b9786ea01ee8da000db77ce6035c2913be08 0.00 MB 2 171
148,552 148,552 0000000000000444c0c5588bba04c2c06a56b59483148584afc5c5ead07c453d 0.02 MB 63 148
148,551 148,551 00000000000003e41b371a374ccc6fe1dba77953a987af7d4f38f3a5b0b6ab6e 0.02 MB 36 502
148,550 148,550 000000000000053dbcff03cc205d824f8dc2d92daec96cc4e383b6dde634ccf7 0.01 MB 15 241
148,549 148,549 00000000000008d90b62305b31c4cb93cf7ddb35a43c20c8e690727d2682b56d 0.02 MB 29 248
148,548 148,548 00000000000003fc436eb7bacb31da9970ff20c9a91a48e05b287e1457a17b23 0.00 MB 7 59
148,547 148,547 00000000000007173e990378793647d0490317edc0ce54df9e8859e141dd1f47 0.01 MB 55 151
148,546 148,546 00000000000007cadcfa7e3bb24ba654f1441dafea1b7129b03cdf3740fa5d27 0.01 MB 18 55
148,545 148,545 00000000000006936f3966f5e4e4dbf1ac356030714a96f261291c461f053cd9 0.00 MB 5 23
148,544 148,544 000000000000009f7c96e24c3b14e45cdaaa4edf9cebda464bb8cb2d0c960463 0.00 MB 17 282
148,543 148,543 00000000000000e3753db31cb39505a5a44ec9db23dc781b6e7fccd164bcfe19 0.01 MB 19 52
148,542 148,542 00000000000008d52c3bcd9b8090d7ff757dcb4346a904354da24b46a36ac9e9 0.02 MB 45 112
148,541 148,541 000000000000061512e56b0c71b75d17397086d7afdc91742b21b45339511337 0.01 MB 20 48
148,540 148,540 00000000000004941f51887b111467f09d507e7aa7a7bc9a65a2e07fb5568f72 0.00 MB 5 150
148,539 148,539 000000000000073a1e73e7f4a72aabb8d109a1836fe1283f4b40c7ed5bd72815 0.03 MB 101 57
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.