Memory Pool Memory Pool Refreshing

40,667 transactions
33.82 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,944 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,545 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,943 (764,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,106 111,106 000000000000b29211eb273f36b0c5254855281f077a54eecce6c5ce566326d3 0.00 MB 13 0
111,105 111,105 000000000000b3effbafe5d7261bdd4f083b0286d8ae4fa0d6c25ec256f06e1b 0.00 MB 11 0
111,104 111,104 000000000000a1cfeae38ce900f7b96d0e8f82af1f11b731f1c9e779bb288ba4 0.01 MB 13 0
111,103 111,103 0000000000006b7094b0c9b6c20521d548158f97fa12956282d9bbeead5fda72 0.01 MB 16 376
111,102 111,102 00000000000025beacadee06117c3a4158b0f0ea853f885df30d572d463f076e 0.00 MB 11 0
111,101 111,101 0000000000012698ae25ef08286eb8625c735424c7ddaeb13fb145db1f137dad 0.00 MB 10 0
111,100 111,100 000000000000a2ca227196cce920d903f291747c087cca11735e42f754e3ebed 0.00 MB 8 686
111,099 111,099 000000000000016482502b46a27aaa28f8273a8ca90e1014be3c1a0cfcabc449 0.00 MB 12 0
111,098 111,098 00000000000018d364fb5ae525e6016eb7720f2cc7cabf54d696e2871e2bb6ef 0.00 MB 12 0
111,097 111,097 0000000000008b8af0083bae0a097aaa2f4581829db71a984f1850a89e34d0ec 0.00 MB 11 0
111,096 111,096 000000000000e69d02d012ba71f06c3ace8f35b6ba5893437bd4c51ae8a9dbc9 0.00 MB 11 0
111,095 111,095 0000000000006c7d54e21e3c013cc0f1663ef20c17f72f6385c7323fc2f860fe 0.00 MB 15 0
111,094 111,094 00000000000022733ce54f3512ecfa56fad6e45383261a9650ed1173f5da376c 0.00 MB 12 0
111,093 111,093 00000000000032d4921b3f64d602a7d99156236a74a81e5d5def5d8ec51bcb8e 0.00 MB 7 0
111,092 111,092 0000000000005c5e8f1171667a839e172817b3162ba3d072c48e8bb4b0069818 0.00 MB 12 0
111,091 111,091 0000000000008be9468a9efad6afdd0c2e9eceb9f8f6713ddb1cc198580bc812 0.00 MB 12 0
111,090 111,090 00000000000088618fd3c918ab3722ee3172b676fd648e49d403b22a591b15ec 0.00 MB 12 0
111,089 111,089 00000000000081010ec094416d6c304bd6d700f85836d08db393e8eff8cc294f 0.00 MB 11 0
111,088 111,088 000000000000ab3a384effdeba6082414c26449e3938477ac12ad3d16b3b3e4f 0.00 MB 18 0
111,087 111,087 000000000000f10ef44c61134aef9b00de1b488d68730c2ce386463e9873df85 0.00 MB 4 0
111,086 111,086 00000000000059b3189f7e699153144442a3a36768825058b0eecc246ddc733f 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 710.38 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: 647.50 GB sent, 14.66 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.