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 (620,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,072 287,072 00000000000000014f480b05673e7ecc09df380891c11c9572f9462ae1ebdc34 0.06 MB 164 139
287,071 287,071 000000000000000043aebed9ca35365c51bb08e6cd0ada737ddd4a4c56b16b00 0.49 MB 455 18
287,070 287,070 0000000000000000455474750f95b6b9bcc60666613d66d1141633bc683b16ec 0.06 MB 195 94
287,069 287,069 000000000000000117cf2167e970b523e71089ecfaddbbb719cd49d39f71d1ca 0.35 MB 455 18
287,068 287,068 0000000000000000fcbebbf80ff32edfba8921f594aabe2026077bbcdf3a1b98 0.35 MB 1,141 63
287,067 287,067 000000000000000025456fae6db125b927ab2b6dd06898c8180f3520910ee76a 0.27 MB 491 37
287,066 287,066 00000000000000007b556ec48afe8c5e2ad89430dc002e72867db3f4369dd16a 0.23 MB 439 42
287,065 287,065 0000000000000000b75a250d8fa56a4e6d6b911ff38b37c4e5de37e1558c8fb4 0.21 MB 373 36
287,064 287,064 0000000000000000126dc796c02377046ec5002ffd022ca0f8844306d82f2e28 0.20 MB 387 36
287,063 287,063 0000000000000000e6fe44f92186cc52a387bd39dad8b99b25419d04fd8adc60 0.46 MB 913 41
287,062 287,062 00000000000000010660c64597c89ecea9234dda846b7261ddc13b8354669894 0.03 MB 60 30
287,061 287,061 0000000000000000eec3a51b9eca046fbb34947fcd82f543037c554b8009ee55 0.21 MB 375 31
287,060 287,060 0000000000000000e19413832a1c232a59c2635fab9dcf8713eeeb6a084bc315 0.06 MB 180 71
287,059 287,059 00000000000000004a06517ca16ff67ff713fb7360981c8362b2158e6b65b780 0.19 MB 369 37
287,058 287,058 00000000000000003f35edcc149e9a4c3eb8f380ba467f70eee6337c863e7b39 0.03 MB 72 27
287,057 287,057 00000000000000015ca23f7c1e4051f830c99d91b73da5914bfb61eb4be6c5e9 0.02 MB 58 81
287,056 287,056 000000000000000058c038cefe23f73a9f3b5480de02929703e1b1c958669ace 0.42 MB 737 37
287,055 287,055 0000000000000000212cfcad358d7a73010d33adae0f6240a367f116174ff2b5 0.34 MB 720 47
287,054 287,054 00000000000000001ae688dac11e76f8e7df1e874ba90b0ac97c980af85599dc 0.30 MB 477 9
287,053 287,053 00000000000000001afd2f06475497336b7c979ebfe2a81864b6e89059ef75b9 0.06 MB 184 66
287,052 287,052 0000000000000000f9af27bac872916a3d7af538b64636c28c9013aaf78af4bf 0.22 MB 197 20
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.