Memory Pool Memory Pool Refreshing

6,267 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,247 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (578,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,023 329,023 00000000000000000462f34b86dee5c821cfc66d63c371a241e0eaff11b5af74 0.23 MB 512 35
329,022 329,022 000000000000000006c748513ee92bcc066f5a2313f5d956e7944964be2f81c0 0.20 MB 405 29
329,021 329,021 0000000000000000043f6c8edb4668716e2d27018dde9637944e94e9058700b5 0.28 MB 542 32
329,020 329,020 00000000000000000f702f4e1d8507ea951ee785d97f5bed45926fd4e40371dd 0.67 MB 1,247 28
329,019 329,019 0000000000000000103addb8055a816be81ae9683fb2bcf9cc45299864b05155 0.35 MB 553 25
329,018 329,018 00000000000000000feadaff2916d6d3b61e557d2a74014ad42b6bf8293cde1f 0.39 MB 634 25
329,017 329,017 00000000000000001a26b10fc66188e20c2daeb95cbe2046193125e506b0b453 0.09 MB 206 31
329,016 329,016 0000000000000000086d12e96763638aa40b1eaac87deb61b19d063d77b03451 0.24 MB 405 27
329,015 329,015 0000000000000000168f487a03f883deaa865f860954badc19954c7629974a85 0.90 MB 1,173 23
329,014 329,014 00000000000000000b6e2e7eea8099fd2878a80a68f41442eb404494c3d61ce5 0.60 MB 721 22
329,013 329,013 000000000000000006d40c3ef0647689213b80ea95f05882897c556b8fb3d1fe 0.07 MB 144 29
329,012 329,012 0000000000000000079765c4ebb0546f6bd0d2f48a4b6eb082a4338a02b506a9 0.09 MB 147 22
329,011 329,011 00000000000000000b06ebf5a7e77d247b59306fadda33cf2f36f5c3d1077a7e 0.07 MB 158 30
329,010 329,010 0000000000000000120cb5b3867eb67614b66f9c351433ba67b7bf1f7fc42db7 0.30 MB 284 16
329,009 329,009 0000000000000000013bab4ea3499486b80e6bbb57c4034d0e7a8e248cf5bfdb 0.33 MB 654 39
329,008 329,008 0000000000000000171e8b6912203856ab53b74fbde62fe2ca6bc552a53b8a5d 0.18 MB 356 25
329,007 329,007 00000000000000000f752cb36defd348654e990ce630c2895c578e5e40c9b0d4 0.26 MB 507 27
329,006 329,006 00000000000000001ae02e2f0faf1a22d47e33fea925789aae6ecbef5a344cef 0.27 MB 424 25
329,005 329,005 00000000000000000e6d0b0fadf4d7d023d1467b66ef03c9cb4894e7798cb969 0.52 MB 919 25
329,004 329,004 000000000000000012074bb919cb70185a008f79fa94dd3659c2d1635ae3d3e4 0.02 MB 64 18
329,003 329,003 000000000000000005f1bc3d7f6e325cbd096e337ba9bf5e9f8e8606ad07afcd 0.65 MB 1,067 26
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.