Memory Pool Memory Pool Refreshing

10,357 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,252 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (96,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,686 811,686 000000000000000000044bbf2ac2e5886cecec0969ee7552cbcf8c0675d01964 1.60 MB 3,753 18
811,685 811,685 000000000000000000024e30310592928f01f8b4e3a86b828cc88be3398cdabd 1.49 MB 3,691 36
811,684 811,684 00000000000000000000706eed958c766716cd9f52da43c511270d5330b7fef8 1.39 MB 2,101 15
811,683 811,683 000000000000000000030085ae197daecef2c35d15b19c67f0b1ea40626f3c4a 1.41 MB 2,553 16
811,682 811,682 00000000000000000003fb06d85b3c482230b5e5da1d2a8106068280fdd6edfe 1.40 MB 818 8
811,681 811,681 00000000000000000001495cfeb39c140a2c217382427c5e09ac35fff70182a4 1.38 MB 204 6
811,680 811,680 00000000000000000001bc06d794aa99454f9c948184a12d5e54ec5a63cb44a2 1.33 MB 1,645 13
811,679 811,679 000000000000000000044e8a307498a5380d04e5720bcfba92785557d3e82c54 1.34 MB 906 7
811,678 811,678 00000000000000000004b4ba30da5cdc48abe61fb0b8c664389e3ad0c534a264 1.23 MB 1,209 13
811,677 811,677 00000000000000000002961e8f2ec5e97d25688a54b548fb379b3f47a0f41215 1.37 MB 1,528 11
811,676 811,676 000000000000000000027ac66e619519cac4ef70f5d28a4a27ad42be1c95cd2e 1.71 MB 1,472 23
811,675 811,675 00000000000000000004bced22b859ea6eed3865fbc367cfd4ffc26fe479b7a1 1.26 MB 730 9
811,674 811,674 000000000000000000029ba338de295798d0f6bfc796e3443cac94cc0e25bd41 1.24 MB 1,092 13
811,673 811,673 00000000000000000003e5a06cad96154233ecbc94414422f6b39173fc0dcc7a 1.77 MB 1,033 6
811,672 811,672 00000000000000000004682723737147338f496eedb28fac37c32bbf3c81040e 1.23 MB 636 9
811,671 811,671 000000000000000000025622a7a44d89168d01a01e3be788d1a544ec8b2c1601 1.57 MB 3,054 21
811,670 811,670 00000000000000000003e4b8caf51935fe897c82104667faa68e023c765090d7 1.35 MB 1,231 13
811,669 811,669 00000000000000000002cdd31f9d27d6a7d148a29e59203b0b1d0352469e022d 1.27 MB 1,201 12
811,668 811,668 0000000000000000000122c7d178b5de2d879b21175393f7a4c7253c40156604 1.52 MB 3,234 25
811,667 811,667 00000000000000000002510f2af9c631a2b27140f0c40f1fcd4aae935d218853 1.26 MB 747 10
811,666 811,666 0000000000000000000144553d819a21ec46875511e943a77f4cba4cd29179ad 1.46 MB 2,561 21
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.