Memory Pool Memory Pool Refreshing

14,109 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (78,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,470 829,470 00000000000000000002462787cccfbeebd6357a1c560689b15437dd9affde6c 1.31 MB 2,051 23
829,469 829,469 00000000000000000001d67adc83b7f9b68a3f2426a5c11a4d6fca4a244dee11 1.57 MB 2,911 49
829,468 829,468 0000000000000000000103cdd3dfd963a8f3695f656ddb62d761354196a1830c 1.02 MB 285 21
829,467 829,467 0000000000000000000059ee768c69c36a4a437d3a2b1a4ab006a383cdadc706 1.24 MB 719 23
829,466 829,466 000000000000000000027c46a7ca6953f9eab7a25d34aa63f414b633706ad252 0.00 MB 1 0
829,465 829,465 00000000000000000001ecdb5158f88400a629f02b35bda8acb6d82ad55e7779 1.56 MB 2,129 34
829,464 829,464 000000000000000000035a176df3c07f2dac14845589e59ee83ae3d0ff0fe805 1.55 MB 1,765 35
829,463 829,463 000000000000000000033b270a35c340251b2d3c51d0552e848782b5ffefd71b 1.56 MB 1,744 43
829,462 829,462 00000000000000000001c18a6706c773460fed56011170fd451b46063cf070af 1.62 MB 1,564 26
829,461 829,461 00000000000000000002668f55dfd2410023d73617ad4b2ee58a9e0db5411855 1.72 MB 2,572 49
829,460 829,460 0000000000000000000253c5b41e7691f8e8f1b0b5ffb287dea657ce907aa982 1.92 MB 2,737 32
829,459 829,459 000000000000000000018cb63c1cb31395d81cd0709783ad3436ced8835aa055 1.64 MB 3,074 43
829,458 829,458 00000000000000000001ab9fa52d2ff0ab6199740dc971cdee14f9bde22b39f9 1.58 MB 2,838 56
829,457 829,457 0000000000000000000178296162e5daabd3d1534529e5b0fdfc5cffe26d27f6 2.17 MB 3,015 27
829,456 829,456 00000000000000000000ec246edb1875914ad4228e3b74b403752ba5bd53d56b 1.69 MB 2,900 59
829,455 829,455 00000000000000000001923d5d4bb3ed5bf27c4d51766499b3afe3be3ca0c80e 1.76 MB 2,212 37
829,454 829,454 000000000000000000012a6edccdcaa1f483ecb09ecfda6f340f1269c958388f 1.35 MB 1,750 24
829,453 829,453 000000000000000000019fb2d986dd81d330844207dec2c34e68ef87bae31846 1.72 MB 2,690 43
829,452 829,452 0000000000000000000102c68d624e9e034fd893b49255a11202a0efab3ee5bb 1.47 MB 3,725 41
829,451 829,451 000000000000000000037646a608b72bbd847c44640820f9437a0f51f1696bdb 1.56 MB 3,421 40
829,450 829,450 000000000000000000031e8730d74cc6718b76b6799e536f8c2558701a8027e7 1.10 MB 714 23
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.