Memory Pool Memory Pool Refreshing

1,069 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (549,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,859 357,859 00000000000000000ada3d01adaf295bc82acba220f1363094ce1a137a66d72b 0.25 MB 539 24
357,858 357,858 000000000000000000791e675cba07d758d50e8a709397579ea3e9162b049981 0.72 MB 1,486 28
357,857 357,857 00000000000000001458d5e1c62bcb2e8fac1c838c860fc5abff756c7c6e62e6 0.72 MB 1,185 17
357,856 357,856 0000000000000000013148eac828d2c0bf17f17bb75410a64eea4c14f5df1f74 0.75 MB 992 20
357,855 357,855 000000000000000002e628441e3385f49230f79b7b169efb7ad716257fcc3c58 0.75 MB 2,112 38
357,854 357,854 000000000000000005f490d8ec6afcd029a51a4b0b14d500f8bd08c5b18562cc 0.22 MB 358 21
357,853 357,853 00000000000000000a113b8a50ce32f579d294cfb105bf84f760110bf8d6c8e5 0.26 MB 246 8
357,852 357,852 0000000000000000134381fc20fd0f0f0375301b9ef0a16e0cfbecb0689063f0 0.61 MB 954 26
357,851 357,851 000000000000000006ad74f0108cecd701b06bd925f7f93ee22b85b15323c3f4 0.36 MB 539 20
357,850 357,850 000000000000000005b6d0683a0044be2b9335230b4883a6c98253897805c24d 0.34 MB 506 20
357,849 357,849 00000000000000000315cf60efbfd6ece0be740d347cc83f7c3f4134361b176c 0.10 MB 62 7
357,848 357,848 00000000000000000bea695ebe264acac55a46b250e0634f4d3c0c27c1a9f987 0.54 MB 688 20
357,847 357,847 00000000000000000440664a88fb1e35a41a6800b19c323513f2ddb8418086b1 0.35 MB 629 26
357,846 357,846 00000000000000000ca2d22c709ec14b73f48b0d02ae151f33fa760f87a9733f 0.38 MB 472 11
357,845 357,845 0000000000000000000072fb4daee93cb0ef53f292898febaa8353743469f9d1 0.75 MB 752 17
357,844 357,844 00000000000000001535cea56463f8fc76d3680893d650c78b208a55edfe493a 0.75 MB 1,660 33
357,843 357,843 000000000000000010e4386073a32da6473a39b90af696b7d88100a5b25e3011 0.26 MB 771 37
357,842 357,842 00000000000000000dc1f76cb406eabe584456a747f1f74a5188f69f51151698 0.74 MB 780 18
357,841 357,841 00000000000000000fb2c6a1626ceee6829d37f0fe09832205f6e9527ce830d1 0.30 MB 412 21
357,840 357,840 0000000000000000064a1b73455a609157a39367acf58b812c23498835f42d51 0.20 MB 396 25
357,839 357,839 00000000000000000529fc9fb4405d6df0b0342f1c70cfc1a10dee486f935435 0.50 MB 676 20
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.