Memory Pool Memory Pool Refreshing

838 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 794 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (116,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,362 791,362 000000000000000000011f06d16e9f1102fbe0466e3396c1eb48adad9c9ee90e 1.67 MB 3,878 72
791,361 791,361 00000000000000000002125ffbe90dd323c6090a769524710dc82fe9797665f1 1.68 MB 3,902 92
791,360 791,360 0000000000000000000460cfcbaa2b7ee5c4ed73886a59189741c232500a45a5 1.83 MB 3,592 95
791,359 791,359 0000000000000000000589a6a94dededee20668c8369c8840e5810801a71cc96 1.60 MB 4,241 91
791,358 791,358 00000000000000000003a79851e3d218d06548ad892c70ce2db437014cf21741 1.53 MB 3,689 113
791,357 791,357 000000000000000000027d87e11f90ba578c431600706ee78c9794c6efde4d6f 1.72 MB 3,855 76
791,356 791,356 00000000000000000005833ed0b8b7833cb0b4e4abfdf46140876e9b7ad85535 1.62 MB 5,565 81
791,355 791,355 0000000000000000000280b9bc596f1de79069abb30a08db6a4584772c5bd02b 1.57 MB 4,409 104
791,354 791,354 000000000000000000028988a6b092b1bd1aa64211495e280ed274985fbfada5 1.69 MB 6,164 83
791,353 791,353 00000000000000000004a71260d82169abbe45cc65bb0f0ccf4c721dca249ee5 1.48 MB 4,791 101
791,352 791,352 0000000000000000000009ffa5ce94b79b72f0538e40ac285ab7caf7e96a051b 1.65 MB 4,090 70
791,351 791,351 00000000000000000000dc34ce57ae6662a8044f6ec73b927a2788dd070d5ece 1.74 MB 4,696 81
791,350 791,350 000000000000000000013cc6a333403e3b93df1a4fffd456ffd1220335cd6b98 1.54 MB 3,581 108
791,349 791,349 00000000000000000003df82da5d2289d89ff8cbfb215d0eb50b96abf60ea6ec 1.98 MB 3,243 40
791,348 791,348 000000000000000000028fb159534d71df8a7718458f5bf12ea0c4cc4405576d 1.65 MB 3,241 59
791,347 791,347 000000000000000000057cd560dc3ac086dd52537a5efcbd296af192c04d081b 1.78 MB 3,973 42
791,346 791,346 00000000000000000003c8fe890f9dc3a8d2115922122f35c2e72d1714e24a26 1.83 MB 3,542 44
791,345 791,345 00000000000000000001c7efca898d9582285386479f335f792ee2c99f6532f7 2.20 MB 2,965 34
791,344 791,344 00000000000000000000348d65466fe7951e893603e96dda2705ccb216136276 1.68 MB 3,723 71
791,343 791,343 000000000000000000050476ab3cbbcc3481fea3de54e6f69bee0c4cb158c376 1.83 MB 2,673 31
791,342 791,342 000000000000000000019767b4e46055a059ed6091744914b565aeedfb592089 1.85 MB 2,905 54
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.