Memory Pool Memory Pool Refreshing

13,712 transactions (6.21 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,922 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,177 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,921 (820,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,613 88,613 00000000000035a9344efed4114d1e2644ff2a5a6644bed674a796787b36504c 0.00 MB 2 0
88,612 88,612 00000000001e037106c1e7de63eeb569d3d04cd733b354ab2a14799e6855d97c 0.00 MB 3 0
88,611 88,611 000000000006e7dfbfe2663c656251daec975578e8001a26ddc1c61c5b38e397 0.00 MB 1 0
88,610 88,610 000000000001f2d14053798626a416218aa58e0a9bcf9d5d6364b6292d5d585f 0.00 MB 1 0
88,609 88,609 00000000001e0eead260c782301a32733af2ea959cd300434ab5c6cd37a63e76 0.00 MB 1 0
88,608 88,608 00000000000abbd8bf26a574219479ae815cf36c5a1967f66ffd2ef2e3c97910 0.00 MB 1 0
88,607 88,607 0000000000129f102fd7689514298251dd02f03583cc2b95250f40c2b0d26648 0.00 MB 1 0
88,606 88,606 00000000000777c90635d6455d2e9a8ec04d2792bfcbef9a18fac76ac48ded37 0.00 MB 1 0
88,605 88,605 00000000000e8a9096baae906a24c4d2132a1631c9023f23c28222e4ff60b651 0.00 MB 2 0
88,604 88,604 00000000000794162c6f5c986380b462f72863d0f054d953a420ca0873c67bcf 0.00 MB 1 0
88,603 88,603 000000000001e6bd8340395f191457433c2624bbe403b788c71af89ed3b28597 0.00 MB 4 0
88,602 88,602 00000000001b831346f1918a913c8634ba2b32c652f2899415c5cd8d223e2cd6 0.00 MB 1 0
88,601 88,601 00000000001310e16042439d0855997c989ea5aa523f173b36d90b1eae62e70c 0.00 MB 2 0
88,600 88,600 00000000000a36ba1bf92095d266c11c61d13d393b37883fcece32b493426cbf 0.00 MB 2 0
88,599 88,599 000000000002f7b6f3179779053e89bc568b97f179c7a760811fe0dfe976fb7f 0.00 MB 6 0
88,598 88,598 0000000000125e8660bd3debeef62269f137b4a3607e24b0d98c89e7e7cf8147 0.00 MB 2 0
88,597 88,597 000000000004ac22f7a6cdb0ff6d6a8b8081d470a9dfaad592762d470a9864ca 0.00 MB 3 0
88,596 88,596 0000000000035f915a488a577ce99ccd035e8582abc6c025be95018cfb80a9f2 0.00 MB 1 0
88,595 88,595 00000000001a7ca97c5d83d803ea861650bfc666d219b197f9ca20f0cd32baa4 0.00 MB 1 0
88,594 88,594 000000000006b51a67a7cae6b49ff9e5d5de0b5a8f09207f0063d1f1308976ce 0.00 MB 1 0
88,593 88,593 000000000016f632812307e43a3f4344b170483b6cfe8ed06b2e2823bb57db5f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.40 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,864.08 GB sent, 104.42 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.