Memory Pool Memory Pool Refreshing

8,202 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (540,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,538 367,538 00000000000000000563524e967c4438e901895feb1f2564c627d202c1379ac2 0.95 MB 1,010 28
367,537 367,537 000000000000000009eff18ce1141358bd73b7c0606a53d2785d26dbfc2de22f 0.89 MB 754 26
367,536 367,536 0000000000000000066cdcaa01dcd06391abe512be1561ea7994a96fc55afd4d 1.00 MB 1,027 23
367,535 367,535 00000000000000000eef2bfe93758c5ade566bed6b5bb413a2e83ea91ce14eca 1.00 MB 1,815 36
367,534 367,534 000000000000000012e7b888420d616c916ad376d7aabd22f90640f8f7ffa65f 0.68 MB 1,886 61
367,533 367,533 00000000000000000899822864e490d852e4eb0a1dbe8633373ea55302e70328 0.95 MB 1,161 27
367,532 367,532 0000000000000000029bdcae9c3c4ebd878685ab8bd2f3b572a75ec8cc2f7d1f 1.00 MB 1,804 34
367,531 367,531 000000000000000013f14a940e25a6a367965c80315b903c0d16a3aa08de9008 0.98 MB 917 31
367,530 367,530 00000000000000000f41673640ccc759286bf1be9aa4be3af66f8a97dcf1854c 0.95 MB 954 22
367,529 367,529 00000000000000000441edf9ee350b4a3a611539db9b1c3f28c84431e1cfcfef 0.95 MB 1,220 44
367,528 367,528 00000000000000000ca904559822dc1552cd474c30ebd7592e8be3f44923063c 1.00 MB 620 33
367,527 367,527 00000000000000000dbe32da761b2cc6341b0adb7b58e0266930b0f811193a3a 1.00 MB 999 45
367,526 367,526 000000000000000002e8bdef94be606fb5eb805c593a1cece091bef3ea772d10 0.87 MB 655 24
367,525 367,525 000000000000000010d28e0946cf522bf07d89c7ee673d62915a560c2a85702d 1.00 MB 706 27
367,524 367,524 00000000000000000815a31508f89f2b782ae06b790963678eb509d0235fc391 1.00 MB 976 34
367,523 367,523 00000000000000000b842b2392265d0a42787b45213ff55cae855abb0c3aaead 1.00 MB 533 33
367,522 367,522 00000000000000000a60412d618d913a0e1b4643ce08137a8ab5403a24593941 0.68 MB 306 29
367,521 367,521 00000000000000000a2a65632fc0aaa0fb542208f57943b22794ddc32f6e13e8 0.91 MB 258 23
367,520 367,520 00000000000000000a4fd9e489a78eb82cdd55623f298e5ba71a052dbeae79f2 0.92 MB 285 22
367,519 367,519 00000000000000000f821d5fcb5cdbb506a4fd21a074b36f318ef9cea3b1761e 0.92 MB 890 30
367,518 367,518 00000000000000000da82452e3f7422e3e61148ee7c11f4a1143e86d05770349 0.95 MB 2,322 61
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.