Memory Pool Memory Pool Refreshing

19,051 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (323,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,099 584,099 00000000000000000007621d883bc7ab20f86c6fb5bcabeff73cbe0c7714d12a 0.09 MB 248 46
584,098 584,098 00000000000000000002ef70ae2a47801afb695c6b18f849ca53c7d8ad252b8a 0.82 MB 1,808 28
584,097 584,097 00000000000000000014ea0f288b94757280eab34f1d535978a583cf9d787e0f 0.09 MB 202 34
584,096 584,096 00000000000000000009b2c8391c674e04ce475b49245379d5f4587131a5642c 0.27 MB 648 39
584,095 584,095 00000000000000000003169ac37657ea112a717e15a680552c853682e4a4f7fb 0.60 MB 1,510 34
584,094 584,094 000000000000000000008caa07cbf0181f5c5c82eb261cfba6a412b43b9b20f5 0.26 MB 503 58
584,093 584,093 00000000000000000013c05a3f3b4ca23b3cdf39bd40a49a5c5f4968edb1b499 0.75 MB 1,805 29
584,092 584,092 0000000000000000001d7c9f302ffcda45d87ba53944d587dc846c0c12f4b9b4 0.17 MB 510 40
584,091 584,091 00000000000000000007dd56575737f542f24ca7a33c9de0e421c8135ee9c646 1.05 MB 2,123 21
584,090 584,090 0000000000000000000fc2d3c7aa37090c5bb0812ab88544b351bfe80a59bdfd 1.13 MB 2,662 8
584,089 584,089 0000000000000000001c777d3490340de92257690e314871052136bbb240ff4c 1.15 MB 2,015 38
584,088 584,088 00000000000000000005676f65e9f6225afcec0f07c489d4a27e2b9c509396e3 1.22 MB 2,898 53
584,087 584,087 000000000000000000048f6eb3f3c6b367f02ec1af7331795b897f7cf0518c99 1.25 MB 2,727 89
584,086 584,086 000000000000000000218c8f2aeb8f07f98a1ad0617d549b2dbb8ebb183b4ce0 1.18 MB 2,806 53
584,085 584,085 0000000000000000001a71cb271f095e61f05b0202301ef5842f19c693c76253 1.10 MB 1,981 13
584,084 584,084 0000000000000000000d76dbbe3c225a1016b617c871a1e7d8619901dcc60559 1.22 MB 3,499 60
584,083 584,083 0000000000000000000c61fca11bfad81165b87cafd4d298f72b3beb7256700c 1.53 MB 2,141 70
584,082 584,082 00000000000000000008b121fa2b406ac2a3f99b69a0e369527ca58bce60fcbb 1.29 MB 2,899 101
584,081 584,081 000000000000000000197c2904fe9821e823ede1d92567c208a305e77fb1b87c 0.73 MB 1,683 37
584,080 584,080 000000000000000000132213f174d3daf0ebcdd955b32d893d220b7311f0388a 1.11 MB 2,576 42
584,079 584,079 0000000000000000002349d51fb2777c069414e8ea52f0d841eb1c6b4c7f0390 1.16 MB 2,431 47
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.99 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.