Memory Pool Memory Pool Refreshing

3,735 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (420,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,989 486,989 0000000000000000008aaba242d81358e27d47bae1f87719cfc7dc5a65243ac6 1.00 MB 2,315 199
486,988 486,988 000000000000000000d60bbe0e0ff9ad4e21dd8cda810666f09a18973338ac78 1.00 MB 1,606 38
486,987 486,987 00000000000000000030c557a24c9cc824320cd707d09034e3667938ebf1fa70 1.03 MB 1,654 124
486,986 486,986 00000000000000000089e7e873813a0effc999941c875424fa7674bb7260e5e4 1.00 MB 1,992 150
486,985 486,985 0000000000000000003d5db9636d5cb33600a3c71442d785eaba08bfef4675b0 1.00 MB 1,554 56
486,984 486,984 000000000000000000c0f02ea6b0aba001aa758c2b11e05a3d84fff8498dce32 1.01 MB 2,222 70
486,983 486,983 000000000000000000804ad73f3f336c954dcf2f7e5b7d3f74a9c1681546956a 1.00 MB 2,350 55
486,982 486,982 00000000000000000061ee40b5f571b30429de072be8704422c903a736774546 1.02 MB 1,357 68
486,981 486,981 0000000000000000003f011266c40a5a32d3fa0f9ebae6f3878eedeec4c64e24 1.00 MB 1,277 115
486,980 486,980 0000000000000000001458b6d3689b81a9b38b425122764e71206fa61988a4d6 1.01 MB 742 48
486,979 486,979 000000000000000000b2c655e97b0b6a5447f5222b714a06773f138397dfc2ab 1.01 MB 1,494 58
486,978 486,978 0000000000000000008739d37d14f41b1f772fe265b6b20d8b73e55218e69790 1.02 MB 2,145 121
486,977 486,977 000000000000000000ed51811c70c748a5418e5e1d3e7ec5780dca2b4ade3e01 1.02 MB 1,893 90
486,976 486,976 0000000000000000006db92fb1da1442b0713e14a929d2f69e27c5084cd23186 1.00 MB 2,054 105
486,975 486,975 0000000000000000006247c23a06d7618177d669b999c430a004f3444afffa24 1.01 MB 2,280 122
486,974 486,974 0000000000000000007833e6b44515c9c6dd09aec7fe419085feb6e1ca7a10a2 1.02 MB 2,059 98
486,973 486,973 000000000000000000c35dbb7010986fa384437cdccc38f24dd575784033cf27 1.01 MB 2,231 142
486,972 486,972 00000000000000000009837880dfd8354d090577f9e61428b3c588636137f7ed 1.01 MB 658 90
486,971 486,971 00000000000000000004264c8adb77d936df128672c937ddc97318edda3e0e6e 1.03 MB 2,523 151
486,970 486,970 0000000000000000006ab37815cf839cf152a16919332f25b351386e82457041 1.00 MB 2,228 117
486,969 486,969 000000000000000000201e65d1449e8a528f9f908a5c81fe322926f488da65b0 1.01 MB 1,856 163
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.