Memory Pool Memory Pool Refreshing

2,808 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,804 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (10,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,667 897,667 000000000000000000008d45925616c546f39e2d50f4895d9a75ce5658198ba9 1.58 MB 3,844 6
897,666 897,666 00000000000000000001eb2b5f0341506d4fd7ae1ac787637b7e381907fd90a2 1.67 MB 3,307 5
897,665 897,665 00000000000000000000146926bdd7cd39792714fe0849830009e0197b25e36b 1.63 MB 3,490 6
897,664 897,664 0000000000000000000067d48dc0329be73ffb5f24f9b0d72806ee0bc63c6078 1.49 MB 2,888 15
897,663 897,663 00000000000000000001d9116fef70c8ef3946176929e3dbfd56d55b8189403b 1.64 MB 3,182 15
897,662 897,662 00000000000000000000a6ed1202feb7c348bb110985bf75b72ef19716e02f68 1.64 MB 2,983 5
897,661 897,661 00000000000000000001c4639e32a32e3ead06e5a954f8987f2b57e6f9386a47 1.76 MB 3,276 2
897,660 897,660 00000000000000000000a614d53178df897c9c8ba8102ef4143b5b7dfe2f4350 1.92 MB 1,453 1
897,659 897,659 00000000000000000000cadd8ac37f342d09eb39cbdc95669a7c80532be4bbf1 1.79 MB 4,129 1
897,658 897,658 00000000000000000001a658ff41cd17730ce22497fec7e8ebd9cf2c3f398d67 1.73 MB 3,806 3
897,657 897,657 0000000000000000000185881ea09e5064e8653d8220bdf3fa0ae201d2bd9f90 1.68 MB 3,845 5
897,656 897,656 00000000000000000001be541766739ed28825598140ba8866bbbb37b52f2d2d 1.78 MB 4,628 2
897,655 897,655 00000000000000000001bcc16a79367276c1e27334bb0b35fda4967dcbd5aa67 1.71 MB 4,232 4
897,654 897,654 000000000000000000005b15a588fae919b615175684ad4bbad021848ec07aa3 1.73 MB 3,533 3
897,653 897,653 000000000000000000019105f1dec834e3018c2be4e6c03284f0c06f02579172 1.72 MB 3,580 2
897,652 897,652 000000000000000000022189d298028bbd23319039a0f057655059e8267cc996 1.64 MB 3,502 2
897,651 897,651 000000000000000000000e9cbb0cd92deacd4593340471bee28386699219cc17 1.65 MB 3,937 4
897,650 897,650 0000000000000000000075799e2a9ebe65547cf38b6709f6166cfa9343692311 1.81 MB 4,771 2
897,649 897,649 000000000000000000013bd05058e73cd70b6e76f3761e970295eb44b03e1e6b 1.65 MB 3,305 2
897,648 897,648 00000000000000000000f885e07f5ade68d214f1a4acd63495b1615f10a210fd 1.68 MB 3,997 2
897,647 897,647 00000000000000000000da895629cf604fb0e4b71ab02dfbd7a756641fc0437e 1.77 MB 4,583 3
Previous 10 blocks ↓
Total Size: 769.17 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,633.38 GB sent, 93.79 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.