Memory Pool Memory Pool Refreshing

9,109 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,111 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,378 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (110,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,472 797,472 00000000000000000001c83ded4fd7b03ddb1b061fff01ef43c9a494a775731d 1.78 MB 2,593 15
797,471 797,471 000000000000000000023c8a1d9fae4a24c7f905bc0cd775053126adccc08a48 1.77 MB 2,176 8
797,470 797,470 000000000000000000034562c134485da2dcf753b91f0de3f3aa41e203d45404 1.60 MB 2,340 12
797,469 797,469 00000000000000000003aba255e348a37baeb328e88e9ac0600940f4be91df81 1.56 MB 2,990 17
797,468 797,468 000000000000000000004012fd097043fe2e2c259a9f827aab646888ad2b51e7 1.75 MB 1,179 8
797,467 797,467 000000000000000000045c0a02d509d89b30e29f034ad6a6e0d4f1793b54f056 1.98 MB 1,009 7
797,466 797,466 000000000000000000031b22101555a38d775883e4dcd1039f905c874642f186 1.68 MB 1,544 13
797,465 797,465 000000000000000000053a9ccd338b5d23a476de89e51808310592f7fb72046f 1.62 MB 1,248 10
797,464 797,464 00000000000000000004366a44ad9406c5e1c93fa1c162ed5777d6f519ee7251 1.61 MB 1,966 13
797,463 797,463 00000000000000000002435de3e7d25ba52550e5104dd113a830a1e8c254c260 1.89 MB 1,428 15
797,462 797,462 000000000000000000046ebe6e55fd3090903aeb4bdd28c19dc4c44238d45b49 1.63 MB 2,917 18
797,461 797,461 000000000000000000027c225e51da51e8eda6cdee396d157dedb1c4499f3fc7 1.45 MB 2,471 18
797,460 797,460 000000000000000000015df01884c4fcb5912cc05c70dfc3ffc65d40406682b9 1.38 MB 1,922 20
797,459 797,459 00000000000000000002bf44d66806294d0c207b3ec13976d00b50368db1ca82 1.63 MB 2,615 16
797,458 797,458 00000000000000000000ff38ad1b52617cd6e6e0683382880143e57852e2d538 1.53 MB 3,402 26
797,457 797,457 00000000000000000000f02380e3e52938cc30a40e11af236fe05a4bc478c245 1.41 MB 2,516 19
797,456 797,456 00000000000000000000dda7aed36fbd32f4022501b83147dcf959847a75ce4e 1.37 MB 1,727 17
797,455 797,455 00000000000000000002ac17161c55cc0a02433fd59cbb7fbba21aa2bec5f374 1.51 MB 2,870 23
797,454 797,454 00000000000000000004c7ea31af226451ce7a26212b29072c913d2aa5bf5af5 1.43 MB 3,023 24
797,453 797,453 000000000000000000032986e4c7693b768ad31785d002eb2beea56e3091c182 1.54 MB 3,568 25
797,452 797,452 000000000000000000032e4de424db9c3d979c9e7112526672c54430f87a02ec 1.43 MB 2,935 21
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.67 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.