Memory Pool Memory Pool Refreshing

9,876 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,418 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (175,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,557 732,557 00000000000000000000c2690927908ccc94aefc6b1ef4130b6fe2e081e4614e 1.47 MB 2,701 3
732,556 732,556 000000000000000000019700af06636c263fbfa9bf1a8f7d30c8fb16c015b807 1.50 MB 3,658 6
732,555 732,555 0000000000000000000250d85181d4ce6049146cb37ddb84235146e5d59dba88 1.52 MB 2,708 9
732,554 732,554 00000000000000000007d1f6357668475167147a3aa618f1db4b536cd1e26803 1.14 MB 619 4
732,553 732,553 000000000000000000029c1374742187d2611d91182e80d193631464d29e51c0 1.52 MB 2,101 7
732,552 732,552 0000000000000000000583d4199e5fac162f1f0578a45bd21178b6fba05ebc63 1.55 MB 2,908 11
732,551 732,551 00000000000000000003811b6351263d72c222f53aae14fb0b13d3fa62e5df5e 1.20 MB 1,121 3
732,550 732,550 00000000000000000009e0e4cdf9e058990cd97045e1629b7afae768c7c373d8 1.31 MB 2,027 6
732,549 732,549 0000000000000000000432ec5bedf434b9b6750003c70d5086f8589a09792f6c 1.52 MB 2,719 14
732,548 732,548 00000000000000000001cfca9a0a0f832e5e3761ce3c226463fe571a40791f28 1.37 MB 2,484 4
732,547 732,547 00000000000000000003a915d8de16f9bd902562012e5d7f4a63bb635cb9977e 1.54 MB 3,406 5
732,546 732,546 000000000000000000007cb4eac53471f41fee5e63832df2e48bb46850830011 1.41 MB 3,232 16
732,545 732,545 000000000000000000087138d11a34fac044221e56f0f7186835dee4d103e927 1.47 MB 3,196 11
732,544 732,544 000000000000000000027b29695b5b3fd913b650282e41cf2e7a7f3ad79238e5 1.56 MB 3,681 8
732,543 732,543 0000000000000000000553430af90e138c6abbab409003a7f22785631831879a 1.48 MB 3,239 16
732,542 732,542 0000000000000000000555661c27c45691eca792530163bb9cd9dbb781df7102 1.53 MB 3,701 13
732,541 732,541 00000000000000000000574f2f84841fb053c3ea0a54da9bfd5e687db84f0f76 1.41 MB 2,802 11
732,540 732,540 00000000000000000006da798c72f1c9c9cc403acf6f4e6bab67844659244f5d 1.44 MB 2,393 11
732,539 732,539 00000000000000000000095d19b4a3d5e6dc3294620d1061cca2069c21edb066 1.45 MB 1,871 8
732,538 732,538 0000000000000000000068ec11fc2c4a162fc66fb096eda9a4874fc87934186c 1.51 MB 2,732 7
732,537 732,537 00000000000000000001fa458b1dfa406b1598cefd27ff998e0db97a882f0800 1.55 MB 2,878 13
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.