Memory Pool Memory Pool Refreshing

5,444 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,168 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,167 (905,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,866 2,866 00000000350d428dc508d91c1716809c27bc9172d133608afdf00ffc8d7cefff 0.00 MB 1 0
2,865 2,865 000000003224cd84d58e47966554a3799799cf2b46ff22e63ab1c106ee4c6e85 0.00 MB 1 0
2,864 2,864 00000000c8ef57c5b6e2186198e6a94bec3b6cd3d3b77b380611ef8c665f0429 0.00 MB 1 0
2,863 2,863 000000007c9a0b63a06defb999a89e020ec34c3b6374f042fdf6b3c3e51d13a0 0.00 MB 1 0
2,862 2,862 00000000b310aa0dbb70363ae1410d92575d8eaddc91a581391e357ed50b2e42 0.00 MB 1 0
2,861 2,861 00000000ec36c8bedef9062c8ede8ce0141f364dad2204f1d88a63ba94809288 0.00 MB 1 0
2,860 2,860 000000008d84d3d671ef1d7b3996427f6ce578098708074647d002bc8a118a36 0.00 MB 1 0
2,859 2,859 000000008f7acf8bcd700f8e96e31a2d6a7b2e002f9fa9fbf559b520b1bd5e00 0.00 MB 1 0
2,858 2,858 00000000f26567b514e19d504b4ab552193273bb96cc8e4fef34ec5e4c970a47 0.00 MB 1 0
2,857 2,857 00000000d7e6c1c27ea335a4014b54f51b2805cae5d4f1c19ce59a4a27e607e3 0.00 MB 1 0
2,856 2,856 000000004c1085c45f772ff34d4e894e74290c25435103786e7355e4799e61ee 0.00 MB 1 0
2,855 2,855 00000000e75be357ad65995aadcbc94ac72cd5138f3f81b40a79d482696c43f2 0.00 MB 1 0
2,854 2,854 0000000026f0a9b16c3618be61c180e02ff89b95556251dcbee6ced796fdefba 0.00 MB 1 0
2,853 2,853 00000000d46e3caa6128566282612b8dfad7870abe77395bfe183a8b570f1a86 0.00 MB 1 0
2,852 2,852 00000000109b9ebab7924f0bb110dda99b3ef399e33dd4975cf2f69e03592726 0.00 MB 1 0
2,851 2,851 000000005d468ff89f544ccc58cba53493cb818815455742034837091c6ad473 0.00 MB 1 0
2,850 2,850 0000000082fe6107593d074303ab3b17996ee50ed8faa3a0faf96b736d697c34 0.00 MB 1 0
2,849 2,849 0000000029600c3b2f4e109f98875b0a14d8aaad028f7ad6e48621c8d565351b 0.00 MB 1 0
2,848 2,848 00000000f7542ee63bae3104312e1e5569b7244fd7b3c0d9189df10964110956 0.00 MB 1 0
2,847 2,847 00000000dbf82ee2e246552dbd1595d345c8f1abc995d3f289a60d6e4ab851b0 0.00 MB 1 0
2,846 2,846 000000007b9f43b5e27860a43978f7fcba15828e2bec39588a55626982f458be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.87 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,681.03 GB sent, 97.21 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.