Memory Pool Memory Pool Refreshing

7,436 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,877 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (605,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,608 302,608 00000000000000001eda81780a3797369c985ed15c91771411da3703d71677b0 0.07 MB 132 47
302,607 302,607 000000000000000026fb9793fdac1fdb008ce9185339dcac614cc30e489c5e4f 0.10 MB 179 29
302,606 302,606 000000000000000022bb847efe035ebd3087d67b4e4b7d57b7c43fd1a6d76e6c 0.11 MB 148 25
302,605 302,605 0000000000000000454772e53ac334365df109318a1a08b1c2197778ee0a4356 0.30 MB 505 28
302,604 302,604 00000000000000001a550a9629750f17432fecd77f1cf3c079d33b2db37e5ae0 0.30 MB 233 16
302,603 302,603 0000000000000000585718a3aa1dcf041eb73c4afea41e5ad8039564a9025dc0 0.25 MB 690 48
302,602 302,602 00000000000000000a4d72c6f0c714e8b0f4e847a9599110acc133cec97900d4 0.08 MB 101 11
302,601 302,601 00000000000000006584871a819f19d4fb9203526ce1dbb112e00e764166e238 0.29 MB 460 29
302,600 302,600 00000000000000001bdc0e53ef4f04fac11fa8e7f4b18bb70fee5e0156a9e57a 0.35 MB 877 38
302,599 302,599 0000000000000000195bf924b10936463428c340f5b2c192a67badc8855d1e1b 0.09 MB 121 24
302,598 302,598 000000000000000062eb9f6fac99ffc2fed4d9eb301e54f1de617a03f70f64c4 0.35 MB 605 31
302,597 302,597 000000000000000009d93aead81bfa4152b5a628579545f10bf3ff396bbc3b40 0.05 MB 99 32
302,596 302,596 0000000000000000518112781796472d52802310f19dbfc807552725dfc842e7 0.17 MB 225 21
302,595 302,595 000000000000000064a2c3e68a68eb08aeae9cfdbb837e9b5a2c8f593e6cb7b2 0.10 MB 256 55
302,594 302,594 00000000000000002312a9ec96e4eff3de2c9ebebe630afa6323e89caccd55c8 0.42 MB 668 29
302,593 302,593 00000000000000001ed061a05f9f2e51a1510a10889ee62133ff60c9cf4df0be 0.13 MB 133 15
302,592 302,592 000000000000000000c9bb315fc84d8369a0db6330d571d3979e6a665e3f2d0f 0.35 MB 595 25
302,591 302,591 000000000000000066d2e252d3bd6c64d075a3e1cb13c3a982e9fe4239a80daa 0.25 MB 721 52
302,590 302,590 0000000000000000340df40652c6fbc0682f1922b024ae3b0d95ef06d907102a 0.29 MB 491 32
302,589 302,589 0000000000000000281aaf62d3580ce61ae403ca1a73b97a8c97f38c035f5a0a 0.14 MB 71 11
302,588 302,588 0000000000000000113f48761fde7d75e48fa5e3ba9e9b4854046cd8741608bf 0.35 MB 765 37
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.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.