Memory Pool Memory Pool Refreshing

3,784 transactions
1.61 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
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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (620,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,325 287,325 00000000000000013ad365b0be9598a0ffa98a9499c8f9b1df62a183a6be4384 0.03 MB 46 26
287,324 287,324 00000000000000012aa4b92e478ee32c1a0501ac63abfd43638c344acec767da 0.11 MB 191 31
287,323 287,323 0000000000000000c56807f777688aa82370f6733f1cd1c6bd03bc7327542089 0.13 MB 183 30
287,322 287,322 000000000000000134d3b3a56ba28aee833687493bdcd80dd8fbbe042140d46b 0.15 MB 241 27
287,321 287,321 00000000000000014e5549407cb56d8eebf0ba50744cf65190a84a1937ee76f3 0.01 MB 24 33
287,320 287,320 00000000000000014385a5d5538bdd26ea9fcca8ec94e7f1d08b19101d87c56e 0.06 MB 122 34
287,319 287,319 0000000000000001471273de8e1fe976cea0169dc081b066dd2d85799d3c36cb 0.10 MB 143 13
287,318 287,318 00000000000000001b442c78e61f9478a49d71b251846abc065263c42065b3df 0.13 MB 221 30
287,317 287,317 00000000000000012d67986a538e5a97e432ff6705ecbf01db214eef400891b6 0.29 MB 368 22
287,316 287,316 000000000000000113c57e4369785a0c734f082a2723d1eba94b9f6ef88dc6b6 0.25 MB 615 41
287,315 287,315 00000000000000007261cd12ebf5467797796a584045704eeb9d717f424f133d 0.22 MB 310 25
287,314 287,314 00000000000000011a514045b6f74a9c4a6a75ea8a31cef4d17e3ecd8d416379 0.29 MB 473 32
287,313 287,313 0000000000000000aff98459142a67ed806342c70d7ea83c07ec601bc15087d2 0.06 MB 87 44
287,312 287,312 0000000000000000cb91f9d994cf45c71830ad9708c1d2e1c4e1cbad8c1737a1 0.38 MB 441 27
287,311 287,311 00000000000000002bd7c25cb9b4b7ad6f779f9e69cdf72e06212f9c9c3d6780 0.19 MB 388 30
287,310 287,310 000000000000000133018bd3f45aec96120eb7f93a5fe7e69821c74870ba7da0 0.10 MB 177 25
287,309 287,309 0000000000000000075b29160af401fa15c13a1152ae8d7f22a29b524435136e 0.22 MB 384 30
287,308 287,308 0000000000000000f69f45f0a0a5f5b5c56763c559dd44b6fa3e3d23e9046098 0.24 MB 373 27
287,307 287,307 00000000000000000bac9d16e23a4096956371ec46a6267473fc3373c9a92ed2 0.35 MB 134 14
287,306 287,306 0000000000000001227dc24652e6dad6810313ee455d76d2751f13e91e371e35 0.50 MB 929 31
287,305 287,305 0000000000000001169c8c75e12de1dfa3008d559a2c7634c3470f2ef12956d2 0.35 MB 893 36
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.06 GB sent, 94.14 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.