Memory Pool Memory Pool Refreshing

3,439 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,449 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (680,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,575 227,575 000000000000000714dba71ffabba123ffab0190cf971d373b3ec719f32d62a9 0.06 MB 178 387
227,574 227,574 00000000000001717bf56ccf364c280b60aa3ee3bb1cfb30d296fda7e1acdcff 0.06 MB 64 80
227,573 227,573 00000000000001c21f90f20b9fd74b5e117fbc158b6edf594f635fbd76f4f784 0.06 MB 155 125
227,572 227,572 000000000000004aeaf60ca8bfdb7ebbe6adb47bf539d96043079d663a7e4ddb 0.04 MB 88 220
227,571 227,571 000000000000032f0e57b13dd64bfd9e01f72149fb2f7c9426cacc71a8b90205 0.11 MB 184 330
227,570 227,570 00000000000000787c0203bf5c6f359548a4c6a48962a6680561bea2c593f226 0.15 MB 113 149
227,569 227,569 00000000000000513697023b2349a65fd60ec2d824a4590fbfcb9513f1e7fbd3 0.25 MB 462 629
227,568 227,568 000000000000007df8aa9b504b2d000cc35221abce57fc9b90ccfd8f7d6413da 0.25 MB 654 701
227,567 227,567 000000000000005e90d8ceacf484933ae4437a23d84442c30443a45afc9fc3b6 0.04 MB 103 200
227,566 227,566 0000000000000290f92f099fd4d07b46fcf6425a99bc76d0fe80642d9943e49a 0.25 MB 464 523
227,565 227,565 000000000000000b190d7741280d57067ecd8788c71f4195da8a016c476648aa 0.25 MB 790 1,565
227,564 227,564 000000000000004b37e5a0db6cc38e4e1c3deca13baeaec24c2f393ab8cc5e22 0.00 MB 10 682
227,563 227,563 000000000000033e3c07b209b22b54237bc6ed16470ab10d1f407d039bc423f9 0.09 MB 207 892
227,562 227,562 00000000000000b83732466b4fa8b046da91d78224bed343bbcbdcc9c99a059a 0.12 MB 253 334
227,561 227,561 00000000000002cdb77c6762f72ad3c6b299563f1965e2110a9390dae209b303 0.04 MB 84 80
227,560 227,560 00000000000001ecffdb282b2a181d0c5ef7da62695c4c01ceaa6c1b2aba0ccd 0.27 MB 746 214
227,559 227,559 00000000000002b71124d29b19ef3dab4d04722eecffee97b65f3012040f544f 0.24 MB 544 235
227,558 227,558 00000000000000f6a0fe69df763bb32d5c5fa63fe45c26ae5e33fee0a40eb9c2 0.04 MB 97 183
227,557 227,557 000000000000026508b1e2ad41713f5eae48e8f1de769102cc5f77eebcf63adf 0.01 MB 41 184
227,556 227,556 0000000000000293d338f42574ecab2ba07b60cb95642b166d852770bdbeb700 0.13 MB 275 95
227,555 227,555 0000000000000097ef5ea6b80681690bbe9a59ed51a7dfc5321cca10d436daeb 0.15 MB 310 187
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.