Memory Pool Memory Pool Refreshing

3,163 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (118,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,120 789,120 000000000000000000004adc2720d863aadf063e7e24c06f6dcd9191271b7119 1.68 MB 4,500 177
789,119 789,119 00000000000000000002cd0d2285ffa7330ed88e840806e0a1ce8656f13eaad2 1.72 MB 4,417 115
789,118 789,118 00000000000000000005025e519fdf62a7eb06bad267bd1b5e591d5a6522a284 1.55 MB 3,441 355
789,117 789,117 00000000000000000002a22af3e846c0a0466b2ff6f749020f5b754104103b0d 1.75 MB 4,580 121
789,116 789,116 000000000000000000000949474cd2e61f9b60062691f87cadd9e5da1f16b7ee 1.70 MB 4,190 162
789,115 789,115 00000000000000000002467eae694fee09207cd302c225f05347dd7a4aab1494 1.78 MB 5,122 126
789,114 789,114 00000000000000000003ea7cb140b81f6e8bdad24260bc1685c909c7c3dedeb3 1.73 MB 4,665 77
789,113 789,113 0000000000000000000106c7163493b51fbf49c44d5e86057b8a34c2f2b7bf73 1.78 MB 5,123 123
789,112 789,112 000000000000000000044b12039abd3112963959d9fd7510ac503ea84dc17002 1.75 MB 4,413 193
789,111 789,111 00000000000000000000a553b07bf921e45902facf5fd0998d6ea743303eedc7 2.05 MB 2,449 259
789,110 789,110 000000000000000000022d2140a886536eeaf5de69c440a396bc3b2775b6d4c3 1.77 MB 4,847 86
789,109 789,109 000000000000000000052aab1ff80527ece763d2c1a449706f92ac496e765dae 1.77 MB 4,495 126
789,108 789,108 00000000000000000003d77112adc3fdf82cc21e58d0d57b9fb98ec1f8845398 1.82 MB 4,825 104
789,107 789,107 000000000000000000036f41f2a5fdb87e01bbf925874b3f3b972554f9b0a65c 1.67 MB 4,081 181
789,106 789,106 000000000000000000045f8ab0133808a13c8ef3cbbbf2c72c690fb1f399e223 1.60 MB 4,035 239
789,105 789,105 000000000000000000004e382d27b56465730c751b086f92a38452f22057de3e 1.63 MB 3,882 150
789,104 789,104 00000000000000000002dfd3aeca53677c92a58aecbfab64e85fb607baf7586c 1.56 MB 3,260 174
789,103 789,103 000000000000000000026fa3354e81f258105fbc79c96ba20c98f808137f0c80 1.56 MB 3,508 190
789,102 789,102 000000000000000000003982d71a6b5621d1fc5d74b94f9eb4eda57b77dfdf6e 1.69 MB 4,559 188
789,101 789,101 00000000000000000000c47c97f4e8cc55531abd19436296c60e5e9565350de5 1.77 MB 4,772 142
789,100 789,100 00000000000000000004a2923b39913e7d8f4a42851ce59b8efc1117e36d4d4f 1.56 MB 3,868 301
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.93 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.