Memory Pool Memory Pool Refreshing

4,942 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,825 (627,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,073 280,073 0000000000000002b447980347d47bface677984130d6ed9ad5e73936fd40a96 0.06 MB 124 51
280,072 280,072 000000000000000075412c45ce369fdbce02b5d256fe9ff67b8c29ee18301d8e 0.10 MB 51 4
280,071 280,071 00000000000000015c61db65cee5cf4c89ea6c2562974445c56a6128e2a8f8ed 0.06 MB 77 18
280,070 280,070 000000000000000157cf1fa4ee573a1ae4c39cfd699d16cfa8a0bdc528218955 0.11 MB 200 29
280,069 280,069 0000000000000001d676f07f0896f31fcdaecca9e174b3294d7bd3974a866f18 0.05 MB 91 53
280,068 280,068 0000000000000002feff0d42e57330a9b0b3e92cb66037a5373b4b0db8dcbe53 0.20 MB 343 24
280,067 280,067 00000000000000030696619befe5c7202aa4e1fe80916b2c158df090d9e7ee9e 0.03 MB 89 154
280,066 280,066 0000000000000001e13b75cabc882275f7a582a6fcdd3494d71aa23d015daf5b 0.13 MB 49 25
280,065 280,065 0000000000000002f8a5fe05696ae572fea8a8c98215314b5b09ce7fd761b60c 0.25 MB 604 43
280,064 280,064 000000000000000259f36c7bac8128034039976c5409635f435967b1d907a0cb 0.13 MB 95 14
280,063 280,063 0000000000000002b3cc65c9c7519d358056cf7e307aae29d51861b35d5f21a9 0.25 MB 516 45
280,062 280,062 0000000000000000b00a0efafb6e8cc5866659b003885726371c78143988c915 0.25 MB 491 30
280,061 280,061 0000000000000001cd7ae3443a20b295de6bfdc0b018d9b1325e308bf52115d5 0.03 MB 74 226
280,060 280,060 0000000000000000d01f0c58895b0a86ab5e2dedd532b486c81ec3475194c2eb 0.24 MB 438 44
280,059 280,059 0000000000000002cbc5783f1bca715879d8a371b35474bf774eca206e649a63 0.03 MB 55 39
280,058 280,058 00000000000000002b6ba0611698e04e982b205440937c14b51be7e9e610cdc6 0.09 MB 138 23
280,057 280,057 0000000000000002a1fb2afd7670600586a0e10bbc4ea264b172ea16f3fd566b 0.18 MB 274 36
280,056 280,056 0000000000000003045ce9bd29f1e74dec14b0523127b6311cc8d8f0227bb47b 0.03 MB 110 106
280,055 280,055 00000000000000027f516ea3ec39f7b0458ed01e28a6ee4a68d446bfb4f63494 0.13 MB 176 31
280,054 280,054 000000000000000118ce6d7e5cfd65b46512a4bb088fc9bf5732813fa4dd3b6a 0.34 MB 406 24
280,053 280,053 0000000000000001405dac1352a2aa939f8230947cdefb6e4f98549ffd9b470d 0.09 MB 105 23
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.