Memory Pool Memory Pool Refreshing

4,814 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (4,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,424 903,424 000000000000000000005a25583023225883b269f2040eb8691cb246fbba774d 1.64 MB 2,779 10
903,423 903,423 00000000000000000001c048fd761e40c1c8da597aa1e855f859e00b6f4c6cf1 1.58 MB 3,158 1
903,422 903,422 00000000000000000001fb7fe2c98030c60cd729ed96c9f6737bda9212643128 1.76 MB 2,521 3
903,421 903,421 00000000000000000000172389d4de0ec2c2b116b9b534d43150f2456bd9ca73 1.51 MB 2,992 3
903,420 903,420 00000000000000000002400c3a6e9ad17817816e28144c0c0090228082248bc3 1.48 MB 2,593 4
903,419 903,419 00000000000000000001df87b77240dc8deef1f8e634438c5a2737355d6ee0b4 1.42 MB 2,791 3
903,418 903,418 000000000000000000017be51ece020dab7e6e77f1021f7340b5d6bb90464b8d 1.52 MB 3,383 4
903,417 903,417 000000000000000000022d91fc4c15511e06e5517aa9a3a4cf6330171a1599fa 1.10 MB 2,163 2
903,416 903,416 00000000000000000000969286986d4f89c7a5ab232faf2b4624463166c5d45c 0.89 MB 1,184 2
903,415 903,415 00000000000000000000d54ab1591cb616bb57711136f832dc50aeea76f09f7f 1.15 MB 1,997 2
903,414 903,414 00000000000000000001b48a1aa7d012608a2f9daaa64cefc33fe86fb3a34811 1.03 MB 1,729 1
903,413 903,413 00000000000000000001e48f43eaab90367bace8a274e3901a7a71c784512813 1.66 MB 2,542 3
903,412 903,412 000000000000000000003b2e70add7b6a316af2b923424a3340eb9d95178f9ad 1.63 MB 2,321 3
903,411 903,411 00000000000000000000cc3e290ef5a42bb5da2a1c3c149bec7715ea32ba2430 1.25 MB 2,221 1
903,410 903,410 000000000000000000020b51b48973fd1fe5e7c3a5da74d35bed4717e83d6432 1.62 MB 2,435 3
903,409 903,409 0000000000000000000116b631166ef58409614b3cfa2b682c643c32395528ff 1.62 MB 2,127 1
903,408 903,408 0000000000000000000122d1280406d16f77862e029ab62399483258e75ae9a7 1.70 MB 1,786 2
903,407 903,407 0000000000000000000233b2151dc51e24a8c047c0d6850b41e9ca85755a653d 1.24 MB 1,356 3
903,406 903,406 00000000000000000001f075965a95b14971140cd11db728ec577abaa2b9df67 1.42 MB 1,644 2
903,405 903,405 00000000000000000000d0e82f1b83bcced1e1bb5a163717558a176b49e8beeb 1.65 MB 3,946 5
903,404 903,404 00000000000000000000374e27879ca3f89d8b1e826b0e188f15219311e74757 1.63 MB 4,062 5
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.