Memory Pool Memory Pool Refreshing

7,482 transactions (2.77 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,871 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,338 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,870 (838,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,093 70,093 00000000010f7fa1e0895749825b0c945e4898bc45c0863cfbd5b1518eb75ea8 0.00 MB 1 0
70,092 70,092 0000000000f57ca459d04748a44b7cafc4ba84d38bd9fffa0b417a6d8a1ecabc 0.00 MB 5 0
70,091 70,091 00000000011b9647106e17f39a77e989147c1aaaf67c603a52d0f78950dd2089 0.00 MB 2 0
70,090 70,090 000000000146759a21e7c0ac18ca21580c14e35f4977ade101fbb3df44642369 0.00 MB 1 0
70,089 70,089 0000000000f18c53a0670a19eaac7965ab74fcbcc2aeeaee074cc8cc7a619a43 0.00 MB 1 0
70,088 70,088 00000000000e6297841725f2849e41bd23a256047f94bc7b28d778159ccb324b 0.00 MB 2 0
70,087 70,087 0000000000783d3ee466a4d3a8452e9f0015a1123b84a3e3e89f528e486fc35a 0.00 MB 2 0
70,086 70,086 0000000000f75cdbcf62269cd4a06ba920072d0798f20e1adb2c17605dce2014 0.00 MB 1 0
70,085 70,085 00000000000e0154259d58b0fd5a795e8ad592ea5d321777fe373fc96ff0fc08 0.00 MB 1 0
70,084 70,084 00000000005b68a86319d302ba28f810ed195af4b51ba0db9c718ae5f8ad9715 0.00 MB 1 0
70,083 70,083 0000000000e19f7654f4ecae97cb2c9798940ae3ad348b9cc7ddc19db481b1e7 0.00 MB 1 0
70,082 70,082 0000000001085e50ef1a14b50876786b4cd5a5a2318c56c0f3037bd6844af113 0.00 MB 5 0
70,081 70,081 0000000000e64f567f9d4073d42acd781679e61eb65c1f3b96071d7a2ad7e06f 0.00 MB 1 0
70,080 70,080 000000000023171b1fdd5ea03b202331dd1d4c6e0873620482427cfdcb0f041c 0.00 MB 1 0
70,079 70,079 000000000003a931b10d8962acc361c8f9df636691c239e3d3a9ae985ec48bff 0.00 MB 4 0
70,078 70,078 0000000001045b238cd8b0c7efb9084866d5dca1b8da8892fca22fccfd3618a9 0.00 MB 2 0
70,077 70,077 000000000108e825177d6ce9cd015c1b51d5afae4a8612ecb409331eebdeec76 0.00 MB 2 0
70,076 70,076 0000000000c537c202eb284f9778a9d71d52dd6b7c5af93e2a6099e79b8315ec 0.00 MB 1 0
70,075 70,075 000000000056ce075c1a64f0153d501023b5d312a38fd9d104fe2c87d1643fea 0.00 MB 2 0
70,074 70,074 000000000022dac5d81e9b6416f8cb61b219b7df78f262b7ee673ac264820cd8 0.00 MB 1 0
70,073 70,073 0000000000d86f1117bb19b32ec4cadd635a0d0f85ff0661120d8b19aca591b5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.39 GB sent, 103.71 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.