Memory Pool Memory Pool Refreshing

3,667 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (105,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,734 802,734 00000000000000000004ac59170cc3d121cab15e933f9c34d4f94b97a2f8e244 1.43 MB 2,536 21
802,733 802,733 000000000000000000049224c512738558c192a1b464dd2e92d3f277f6c0ed0b 1.41 MB 1,929 10
802,732 802,732 00000000000000000002c997df10cbc77d683ba348ac07ebb89522e410813127 1.54 MB 2,906 21
802,731 802,731 00000000000000000002e94ab05f0d2f6edacd33a9324ad5d1a01022165c7fc2 1.42 MB 2,660 20
802,730 802,730 0000000000000000000190d47924a35fd90c55df6c615296d26923087db92e0a 1.52 MB 3,049 24
802,729 802,729 00000000000000000000236a66f2bb1141c37294a5f0256001dd35852b7bb73f 1.40 MB 1,084 11
802,728 802,728 000000000000000000041c1dff48e8c0a4cc9f99e344fe34b9f9becfafe58665 1.52 MB 2,973 25
802,727 802,727 0000000000000000000554570ebf72ff48d04653e05670b5022ab8055977bf59 1.21 MB 1,102 17
802,726 802,726 0000000000000000000390f697467605e03db622cb7e34d4cb49e5e3be3a6335 1.09 MB 306 10
802,725 802,725 00000000000000000002c576aad121db9dbb06065e7206c88a5936b25fb43734 1.51 MB 2,525 13
802,724 802,724 0000000000000000000545288bd841e387f1544abcfaf7ca8ac71fd58eb1e096 1.58 MB 2,884 19
802,723 802,723 000000000000000000037f1e24d3d42a36a72b9abb7a33834609b5ed29f592c4 1.58 MB 3,765 21
802,722 802,722 000000000000000000038d274826044bf8f523b505f44844d6fda7cb290c6e32 1.45 MB 2,487 34
802,721 802,721 0000000000000000000285f4eaacc3ec23791a8162ba9637b641cdfe03e31b96 1.35 MB 1,558 13
802,720 802,720 00000000000000000003efdea9bb30bb4f57b99931eb685e00186bf3596551d0 1.58 MB 2,737 21
802,719 802,719 00000000000000000004a97c26f788f431aa6461beee46ed1e3872183e581b26 1.16 MB 1,114 11
802,718 802,718 00000000000000000001536bc3b7787431c7fd9fd1b3829cd5c1942d8322e4e2 1.46 MB 1,637 11
802,717 802,717 000000000000000000045e7cfeae5fb2e1fc383c12da117a838f49a664bd16ef 1.34 MB 1,184 18
802,716 802,716 00000000000000000002ec24732d16b2a6978c1db31238ec20338070cb5507da 1.48 MB 2,294 11
802,715 802,715 000000000000000000010c1c0aef1f2b07374e2422237a8c62c6032cc4ef760d 1.42 MB 2,558 14
802,714 802,714 0000000000000000000218f9f9bb71ee93f63592d6b85c775e6a63800f25e925 1.64 MB 3,064 21
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.