Memory Pool Memory Pool Refreshing

4,961 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,465 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (25,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,672 882,672 00000000000000000000c88cd670ce5b061be575e265d26b1b24c4fc762e82b9 1.94 MB 2,001 2
882,671 882,671 0000000000000000000286da91bab263b62f71d9374292d2d7c4fb5bceb94f70 1.83 MB 1,415 2
882,670 882,670 00000000000000000001ee3223215d06c32f4a527d8726e41cd79da1c8855fe9 1.56 MB 546 1
882,669 882,669 0000000000000000000135f55110570f6fb0368be0b6e581f43e5fa6aa91d76c 1.47 MB 944 1
882,668 882,668 000000000000000000026d7ff8f33bd91aab1a5edb5f4314369c750cd88b50f2 1.65 MB 1,833 2
882,667 882,667 000000000000000000027a9a5fc0ea374b19489036f689a8ea781ff1708e4ffd 1.63 MB 3,844 5
882,666 882,666 00000000000000000001f40451d75fba50349c252afdc9322aa83f7cd6e0659c 3.99 MB 3 8
882,665 882,665 000000000000000000008d61e6941806e391d48ae32bbe9426223691d8e93d30 1.67 MB 1,611 2
882,664 882,664 00000000000000000001c40e4f23404bc07deb0fbc59ea95347c5fc3bef960b4 1.26 MB 631 1
882,663 882,663 00000000000000000000a1b6a90ef462ed7c291db9049e3ba560780fd2d9eac3 1.72 MB 2,231 3
882,662 882,662 00000000000000000001141af8575e8ed4e6470e09b2cb48d2602c23be66bceb 1.51 MB 1,464 2
882,661 882,661 0000000000000000000046bfca7449f197c9ed4925905ecffb9dcfe34a2267ff 1.62 MB 1,180 1
882,660 882,660 0000000000000000000033f29b274ed0d280b97975e15bb60fb900944841a834 1.48 MB 1,529 1
882,659 882,659 00000000000000000000a5ab1512c465d23536832ef0942d50c12713383002cc 1.64 MB 3,058 4
882,658 882,658 00000000000000000000628ee39c57e861df653eb94c991b65d5de07ab1270e0 1.70 MB 3,999 4
882,657 882,657 00000000000000000000fd7e13ad808ba5e7b40ed1bb22f220394286691b170c 1.72 MB 2,849 4
882,656 882,656 0000000000000000000064776f9eadd015c195c0d9ddb1bf5b05801e75030442 1.77 MB 3,032 3
882,655 882,655 00000000000000000001acf2f0c032989871a933e3996d5735a8f53061bdb095 2.03 MB 3,593 4
882,654 882,654 0000000000000000000218ccca7e3f8170b99ff09e25310a443a02b1ffc50929 1.91 MB 4,396 4
882,653 882,653 000000000000000000028a9a91c594e2e0ac9699fdf595eaec4ddd524852fc31 1.72 MB 4,554 7
882,652 882,652 00000000000000000001654be398c235015bc49cd247d194872f7490a56ad4ef 1.76 MB 4,655 5
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.