Memory Pool Memory Pool Refreshing

1,910 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,903 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (629,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,857 278,857 0000000000000001512191e8dec7c873430301cddd9899781dbcfbd7398d866e 0.25 MB 669 83
278,856 278,856 0000000000000002580118f6d6872bf25643fba8431e49f0c203d7a9b107d124 0.02 MB 65 64
278,855 278,855 000000000000000082328e144a5c9bf4c3dc8829128f854d4f446f317a2ca5ae 0.03 MB 83 118
278,854 278,854 00000000000000024bda819fcb472af4cabf20a552f8b5dee823a758e9cb0cd8 0.15 MB 117 6
278,853 278,853 0000000000000000b45f055b95409662c50066c216646cad4766c11a82b6840d 0.09 MB 178 35
278,852 278,852 000000000000000251064b46952ef2f341712c26f8e9369235ce6b4add149ea3 0.27 MB 373 30
278,851 278,851 000000000000000269f59bb35ec3193ab76a075891398b9d9aa4e5ca77857756 0.25 MB 545 65
278,850 278,850 0000000000000001d2e5f5ccfb0b59c1b1efc1146f27202fc0865ae2caa12b0b 0.05 MB 18 2
278,849 278,849 00000000000000017bc32bc4132be55460c5f2c252b76342199f587628db986f 0.06 MB 24 7
278,848 278,848 0000000000000000567939d75c8750e4e42a0b5fe7ba49915e93a0dd179ee88a 0.15 MB 79 1
278,847 278,847 0000000000000002d1010131a306c77c03e4925f4fcdc3ed2f310ce730b80155 0.04 MB 100 71
278,846 278,846 000000000000000272424ca5065b6fb8e1c346649fb22ed2e97312879e0ce8bc 0.05 MB 46 23
278,845 278,845 0000000000000000bd83869823ce3d491b35fa374576d7e45be3e22e2990c045 0.15 MB 230 24
278,844 278,844 000000000000000078c19babc249f7a14a839507d99315b38f3cde168de1ea05 0.17 MB 314 36
278,843 278,843 0000000000000002531201da10dff484e5605ebe6e4530b7cec4673110506381 0.19 MB 337 458
278,842 278,842 00000000000000027c1dbeaf61720af4b9d0aa48e14653812e9eb6d0a7289ae4 0.08 MB 107 22
278,841 278,841 00000000000000001aa73228d36e4d5463448f6257f2a0267f036330bd4587ed 0.20 MB 376 50
278,840 278,840 0000000000000002b0b1442bd45cd711932d39f8e005ecc22d0164ea94d82d81 0.24 MB 424 39
278,839 278,839 0000000000000001c221c3bae7f8784892a2115c33f5a1ff1991c8bf4c43e93f 0.11 MB 159 62
278,838 278,838 00000000000000013fba5ce8d5e4cb348e81a98531d03f0ea7c786ee6b8c6476 0.13 MB 182 28
278,837 278,837 00000000000000016f569b32d29a04933f8830b2110e5d4c64e32903a34db169 0.09 MB 138 28
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.