Memory Pool Memory Pool Refreshing

2,881 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (630,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,764 277,764 0000000000000000ce4c96dede37cf9dc61a4e8f0cb60cc00b889acc66a2607d 0.24 MB 387 35
277,763 277,763 0000000000000000b94c02fe592e0c7b5bb3bd70fed342dd1d47176d3f78d1bc 0.05 MB 51 16
277,762 277,762 000000000000000242809167dd6118e709d9f66eaffc450d4ac6171e329fb2a0 0.21 MB 384 37
277,761 277,761 0000000000000001c790fa8ea81b0aedb9a1075a3f2c734c8429792b423cd290 0.07 MB 119 27
277,760 277,760 00000000000000019f589e97b9f44006f88acfd79141eb776546044a246a6e24 0.23 MB 549 54
277,759 277,759 000000000000000123d891d0e09ab830c13c403b1e266e4812d8edcc0edf891a 0.13 MB 111 4
277,758 277,758 000000000000000326b577c9791fece0462a012af25930e86a0d8a824fa9add5 0.25 MB 560 49
277,757 277,757 00000000000000000b2299e827bae92befc5bcf68936e8830c493da5b3bada7f 0.05 MB 69 8
277,756 277,756 000000000000000085c04f6d49a2267be2e22e841238e6b0fc9c7ae1786d376a 0.25 MB 523 40
277,755 277,755 0000000000000002a753ed0ef04780741c42d38c36d6d51c33c864893f5bf6ab 0.07 MB 151 36
277,754 277,754 000000000000000142ff183aa6c3eed857aa1c4751934c32296083c8f44232ee 0.13 MB 270 35
277,753 277,753 0000000000000001005e6d8974793247631b2dfaa6963e2a994c7f6e6a3a3f32 0.16 MB 382 48
277,752 277,752 00000000000000024bac1cd7b66410d9988382ab39b2aa64edcc09c5ef689499 0.11 MB 239 49
277,751 277,751 0000000000000000c7c5362b78ea499fe9123ffb50db9d6ef379493f2fa2b3ab 0.04 MB 34 7
277,750 277,750 0000000000000001a50edb8c5857d6436e3f3a3aa1951eb2bed600adcc81d006 0.36 MB 616 37
277,749 277,749 00000000000000027b92e61594fe46f6fbaae0aa3da0c5009f2827355afd3f6c 0.26 MB 472 78
277,748 277,748 0000000000000001929fb9e6fc8caa652c7aa22265cdcf2244760df3b9e7735c 0.15 MB 212 40
277,747 277,747 0000000000000001e2c6116cc448baa8be6024ab53e407627f886c25914d9b69 0.04 MB 46 17
277,746 277,746 000000000000000131b154c8b2f844ad9ec55bbce3a4932039712032504881e8 0.15 MB 93 5
277,745 277,745 000000000000000287490d3915f4dd46c767a861878effe65f2f3d9cd76c95b0 0.11 MB 188 43
277,744 277,744 0000000000000002f96e3ce5d992982bf2fc83ecb14ffd4c9367287faf1547cc 0.01 MB 38 34
Previous 10 blocks ↓
Total Size: 769.11 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.59 GB sent, 93.44 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.