Memory Pool Memory Pool Refreshing

8,820 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (523,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,608 384,608 00000000000000000ab6cbe60efd9b8048b9cfce61f27ac295f865c88edf59e4 0.37 MB 951 44
384,607 384,607 00000000000000000dd052f559160e836e0a564329f6f87b0a10f4aa369f74d7 0.66 MB 754 17
384,606 384,606 000000000000000003bf11d529573c9f8d5905dca6031990fe637f9d114b3bfb 0.75 MB 786 25
384,605 384,605 00000000000000001081576e5e79a54c9eaf479be7b9b4a01ec54ca8e9eabf59 0.49 MB 740 34
384,604 384,604 000000000000000001314c42d9898c7239ccf36e0a41358226021b7dc9838ac7 0.90 MB 910 24
384,603 384,603 00000000000000000861eb88f3df6f8657ceb588f1067c726d1f37137a7412f1 0.00 MB 1 0
384,602 384,602 00000000000000000c31cfdc76342d52d412c5f52b66fc4dfdd7790512d14fdb 0.91 MB 2,582 42
384,601 384,601 00000000000000000b299258f27b9060b58b31645988d5e15f5c894496a88c84 0.32 MB 882 36
384,600 384,600 0000000000000000075234696e79fc357bda911742f19567356ffc538a0d8479 0.25 MB 203 18
384,599 384,599 00000000000000000d8ab7ff76c6945d34f1c89e1852f8913f69346256c52379 0.64 MB 737 26
384,598 384,598 0000000000000000096201f9968a5dff5ec7c97a9ebf6b2684064017ef1d7436 0.19 MB 378 31
384,597 384,597 00000000000000000a8239c9bdc1d321a0b049e90f2301810f2717ba3dd9891d 0.32 MB 670 30
384,596 384,596 000000000000000006801f8386e550ecd02607f9471a18c8743a6078872cb92c 0.00 MB 1 0
384,595 384,595 000000000000000005e85e41cab2e959435f886f3ba2f6d5fb348bd684dd4652 0.63 MB 1,221 35
384,594 384,594 00000000000000001078d27818375aec0500cf20df9216b07abfdd1f837e5bfe 0.42 MB 1,002 34
384,593 384,593 0000000000000000090558497896edf779737a54daaf1919d5d1c7d07702d63e 0.75 MB 1,726 35
384,592 384,592 00000000000000000ae03eec4e6e19a31dbddcdacafe9b16d14a1bf467c2c5e7 0.19 MB 279 33
384,591 384,591 00000000000000000315ed8c16a4ea493860e59fe3b20ea2f2027c18ccd58cb0 0.16 MB 342 40
384,590 384,590 00000000000000000b87859b93f1f7b159ee22d66bb9af9be5b1f8b728713a57 0.59 MB 1,377 38
384,589 384,589 0000000000000000011646da1b9d73caa3536728b425841057427808130e94d3 0.22 MB 389 29
384,588 384,588 00000000000000000daeddeff37567766b571161732020c7605b82d65fd7fcda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.57 GB sent, 93.03 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.