Memory Pool Memory Pool Refreshing

1,310 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,310 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (742,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,786 165,786 000000000000052fcdfdc65e62e6c1e630ef1750cf465fdd4dc52cf6e57e11cd 0.01 MB 26 137
165,785 165,785 0000000000000141a52da994f660e220f35a23c1f890529d38020af258337f3d 0.01 MB 22 152
165,784 165,784 0000000000000b655304f9fa06e45565c8563a942af34b49df4f8fb4d17b2bcb 0.01 MB 22 184
165,783 165,783 00000000000006d709be5a892dabc04104d4b5328c8ec841bc2a9bd44a946929 0.03 MB 77 509
165,782 165,782 00000000000007989dad73014ca0f919d0c005b3c47d62197c9a2773d957f47b 0.00 MB 1 0
165,781 165,781 0000000000000186ffac45d97a4920205c190d90bd6a36319d61cc2d6bd34628 0.00 MB 9 51
165,780 165,780 0000000000000458eb1e382acab3064311c4dcf7e6c79344b42829a16c4066fe 0.02 MB 55 19
165,779 165,779 00000000000000fe2345d31496bd634d0288da2aad6028360ef38e45c27936da 0.05 MB 86 196
165,778 165,778 00000000000001f9b1807f6776a44a9f0bae21e5ceba4fb695121426db1fc73b 0.01 MB 38 194
165,777 165,777 000000000000096129c3db32203a6197bc7643448f6668eb06273bbcb552cdcd 0.03 MB 66 56
165,776 165,776 00000000000001be7302aaac88234a50de889285e24f070ec82148b1806268d3 0.00 MB 8 66
165,775 165,775 00000000000004ec825f56305b98e93e6a66c3b972e0bd8009c98d1c94ca1f31 0.03 MB 94 56
165,774 165,774 0000000000000245b8954ba799cc9b43469ab1751a3204e11aa757a8cae2d40a 0.05 MB 103 97
165,773 165,773 000000000000088462fb41a6f32c30f2dbc1f7987d620a37a8be742d1ffad1c1 0.02 MB 33 45
165,772 165,772 00000000000009815cd81aa04f37d473a265f474195fd3a80208f21124365c3b 0.00 MB 9 388
165,771 165,771 00000000000003e03b0c73ca8f8019fe71fffa526b0fb95b778bec1202072c15 0.02 MB 46 79
165,770 165,770 000000000000092ddf0df79302de9087c11957779f0165e1565bdb585c7e8346 0.03 MB 88 332
165,769 165,769 00000000000002438849f32e08c79424f54ce9266d90e633b13ac338dc8f47cf 0.00 MB 13 55
165,768 165,768 00000000000007dccefb21d54ee65217d369217379346258c8ea4360a39f2a74 0.01 MB 35 205
165,767 165,767 000000000000040690b7063d7675e2a28dd0549b307a53f09f702a7130bf4321 0.00 MB 1 0
165,766 165,766 00000000000007e56ed48011f165b21df5d28a0654f398cf739038875e090bee 0.03 MB 82 118
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.