Memory Pool Memory Pool Refreshing

4,385 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,547 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (640,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,923 266,923 0000000000000002ad35c23025d678858eb013dcb48999be044f0ae110fd40b1 0.12 MB 257 88
266,922 266,922 0000000000000000fe6d45545f96d703103dba747dbcb7cce2b565ea41dfcb74 0.10 MB 148 26
266,921 266,921 0000000000000003fe49c15b1015aeb60f27b790a1924a3302e521c4ac16eac9 0.25 MB 605 110
266,920 266,920 000000000000000817a8e4f961776118f7ac0cbcafbc3ea77063dde902043aa6 0.23 MB 535 93
266,919 266,919 00000000000000075ba3d1af74bcf0335a4185e021a381cd6b5977c8b4fe3f52 0.02 MB 34 113
266,918 266,918 000000000000000115f3765e6fd3bf3dc870c44e37b97d5d4f164b98e8ee3067 0.04 MB 86 85
266,917 266,917 00000000000000018b2e187cf7da502c75c1c1b13a8bd248e0a21f06d6dc9005 0.12 MB 185 44
266,916 266,916 0000000000000009480a35fc166d0a0ee9e647be77225cc29d9e522391212a7b 0.05 MB 112 63
266,915 266,915 000000000000000a9834e707d31d72db84b5ab7bc05db84b8ed83e6e4fa8f6e6 0.08 MB 176 45
266,914 266,914 000000000000000650df5d8f4da3fb66c8ef7f85c7db96fc65f979451347a84d 0.01 MB 16 32
266,913 266,913 0000000000000003ba7c68f9b988d6087b5240d71e1cd53d41df96af5b80117c 0.21 MB 322 64
266,912 266,912 00000000000000097a7b57db6ea057a89910f8671f9102f9446ad7b623928e49 0.08 MB 159 41
266,911 266,911 0000000000000009f96d66163e3c8f48b5d97a0493ab92b378ce1b403028160d 0.19 MB 269 42
266,910 266,910 00000000000000060ce5da9105990dc071928919354ca7497ea4054efc49ac10 0.24 MB 485 72
266,909 266,909 0000000000000001c32b8127172bcccb8dd136f80d41cb504aca528942c58d52 0.08 MB 193 40
266,908 266,908 00000000000000012d548fe31ce857941156d8a3cbe45a4c4d74aec5ed7f8ea4 0.18 MB 369 74
266,907 266,907 0000000000000009e63aa08d4f8ea8236a45d4337ca228a315dd7b0d1c8f5122 0.11 MB 276 90
266,906 266,906 0000000000000002093860f6da2f284bcd264e542fdb7b989d8be8be71237a2a 0.06 MB 170 75
266,905 266,905 000000000000000401c91830f34bc39c995942943a72718bed9a71a936eef000 0.13 MB 316 60
266,904 266,904 00000000000000038cd75816b805264f08cf3a379b13c61a3420a5ce6e8e2d6f 0.15 MB 305 81
266,903 266,903 00000000000000031215b9d00901e68acfaaa6b736a168db15ec36a54c4b9112 0.17 MB 348 90
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.