Memory Pool Memory Pool Refreshing

6,849 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (640,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,516 267,516 0000000000000009ae73d958ead63ec67b8aab5566ebe6e4bf3227acb1f09bb6 0.19 MB 440 71
267,515 267,515 0000000000000007b972c582df3423591bd87c1a442a71527ab0aa5fd0424d44 0.06 MB 152 54
267,514 267,514 000000000000000772999bf20e9a72a745f7f21085888960f45ba7a3f2263a16 0.03 MB 81 55
267,513 267,513 000000000000000327c4758c1aec4bc2bbf2f41082c65a8192166d9ef38572ba 0.03 MB 77 47
267,512 267,512 000000000000000a4471482a215210a4bd934269ba906c1cc416fcaa928f9fdd 0.04 MB 98 61
267,511 267,511 000000000000000627fea1ea6c42bb9689e12036dc16b00cfb2efdf738fc984a 0.05 MB 136 44
267,510 267,510 0000000000000008905783643c9e4691bee1be7a09b52a09f4cefab8aa696207 0.12 MB 314 70
267,509 267,509 00000000000000093c704e5c2dd533d7cd0f74a1019bb988fe49027c3ad972a7 0.18 MB 335 49
267,508 267,508 00000000000000082971f7b31ac779a97a531c7a9bc3e4f6206c768100718b61 0.25 MB 577 63
267,507 267,507 0000000000000005299c78eab5c1f0c75831da86809fb93255f94070e29bc97a 0.00 MB 17 52
267,506 267,506 00000000000000034fd112a35408aeebaa38f08578b92c6480bb80eb4f91ef46 0.13 MB 216 27
267,505 267,505 0000000000000005680fb28b68efc352180a8cb21feab6ced2f4ae027e6a72ad 0.26 MB 462 46
267,504 267,504 0000000000000003e898f401f4478378375bd82961d72e55ffcca6f5794349e1 0.00 MB 13 43
267,503 267,503 0000000000000000f5f6508bce0b7d5028474631dd3d292a307b71c601992067 0.01 MB 14 42
267,502 267,502 000000000000000a49b3ca60318f76017c342797fe0f0cd30ee2e35cc913e973 0.07 MB 147 55
267,501 267,501 00000000000000049054b918bbb70855c9574a81dc17c316b26328ea49aebb5b 0.07 MB 153 55
267,500 267,500 0000000000000006b56599e7f473e7d1fd5e63452bb8755bf26562131b91226b 0.12 MB 282 56
267,499 267,499 0000000000000004843cf9642f0efdd1234adfcfb3ea97a9073675c64e810dac 0.00 MB 7 61
267,498 267,498 000000000000000517933116b775eb94b691b9bd760a4bd688700b1e5f3160a4 0.05 MB 106 13
267,497 267,497 0000000000000008d2e7ba0c35e4b473de6dde9e9ae7bf43f49fddeba599130d 0.39 MB 955 149
267,496 267,496 0000000000000006ace858348a2aa731e124f1bde0ae8a8dbba0accf565af489 0.17 MB 404 45
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.