Memory Pool Memory Pool Refreshing

4,404 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (613,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,687 294,687 000000000000000040685a8db54b229ffc321b83e11366e8e5af25e241bcbf17 0.50 MB 933 35
294,686 294,686 00000000000000005530ae8b58d61e10b2709bc74d36c8743b58dff3084f4c7d 0.25 MB 776 56
294,685 294,685 00000000000000003fe0508b3efb78fb11b6ee2c89db9c4aadfb2ef60d033d5e 0.54 MB 281 11
294,684 294,684 000000000000000044a6ea31062aa279439573051e44cd790d9459c0657ee26b 0.35 MB 801 48
294,683 294,683 00000000000000009940b74ca95630596781f5c97d3365cfb7a58650b595a76f 0.13 MB 287 33
294,682 294,682 000000000000000096aacc608fd5edeecc088fa8a3b650f146698e52eb4a143c 0.75 MB 261 12
294,681 294,681 0000000000000000779d88c519eca30ca09e49ffe35159e57b0ad9896ae78b3d 0.18 MB 243 23
294,680 294,680 00000000000000004e272cf78dab5babec376cf07ff8b719d73494c96856c4df 0.35 MB 797 43
294,679 294,679 000000000000000083043946a6316a2b258bc7405992e160ad181988ed76c5e1 0.50 MB 794 58
294,678 294,678 00000000000000004d9a280a6a89272dbfa3fb4486e5c8bc5eaf758c09fb7e82 0.00 MB 1 0
294,677 294,677 00000000000000009a834e2d13020d701caa0438ef5a7ca67e491a63464f13a3 0.35 MB 374 18
294,676 294,676 0000000000000000b04f57e7c4df6bf4bc3b096680de04926fe84e729fcb7c71 0.35 MB 697 34
294,675 294,675 000000000000000032bfa8beb10c0375b71bb594a806d9e36e56dc21090b3e08 0.03 MB 16 6
294,674 294,674 00000000000000006efd1195103a20ac00ecbee55b0e29b595d8f2b693c1c294 0.23 MB 512 46
294,673 294,673 000000000000000033fa72bfcc8885373411273cade2764817be4e777d0b4e75 0.25 MB 469 29
294,672 294,672 0000000000000000872ac532cc13dae82fd2259cbbb0fb6c436d3e41d12d3c30 0.50 MB 1,371 59
294,671 294,671 00000000000000006bfb8e727c6e626f218dca06b33d26f02867ec304e9e60b5 0.25 MB 329 24
294,670 294,670 00000000000000008ac7dbc317bae7f45765119914c342b5f40a3a8ebd4f267d 0.40 MB 739 36
294,669 294,669 0000000000000000ab6e0d418d93406d7ac9f8cdec3f769c13b9517b97e0f882 0.11 MB 256 31
294,668 294,668 00000000000000001e5b7a84af6e084de09de844eacd90365ec969262b3ae573 0.16 MB 512 73
294,667 294,667 0000000000000000182b74160318696df007c060d7c24a0dba7e359ad1364971 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.