Memory Pool Memory Pool Refreshing

5,424 transactions (2.06 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (895,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,909 12,909 00000000398ec3e8e11802ac47d8a4ef12c93c8632aa3a59292edc0de30793c1 0.00 MB 1 0
12,908 12,908 00000000fdff76d0f233dbcff6913e6e1ec16c36559f3e219067047a58a5cda7 0.00 MB 1 0
12,907 12,907 00000000e652c33eabb4730a94df0b322a664a55adc675ea03d966c2e35be507 0.00 MB 1 0
12,906 12,906 000000000d00dc249a8b8c246978cd85463e2c142432297893e4530391b7c9a4 0.00 MB 1 0
12,905 12,905 0000000076bee91a2f4db599ceeabfa40b1f88083ec5bb15974335c4bc4a36c4 0.00 MB 1 0
12,904 12,904 00000000fe2d7b7d08cba7256c4f15184e6e8712146031526ddac02195bd27bd 0.00 MB 1 0
12,903 12,903 00000000957a3f6700734abfb20110361499eecfa3f9f9db2e0ebf021acdfd52 0.00 MB 1 0
12,902 12,902 000000009daf4812c669f39795a8baf5377624a6a4f59660bb9168c7cfe5ded3 0.00 MB 1 0
12,901 12,901 000000005e87b918ea95222ed7a17813a6c1dd19f63612657a22bd7f16dc0e8a 0.00 MB 1 0
12,900 12,900 00000000f7d7ceef441f9df1da26114a2400a742684b8276c507b53035cd44a1 0.00 MB 1 0
12,899 12,899 00000000aa2bc4124c4f98bbe4d464fa5529d4709237cf94dce24d506bf9ba12 0.00 MB 1 0
12,898 12,898 00000000e4127f4b9855b5b4525e34de80d7399b0987c038ceb6f4bd8829c4a5 0.00 MB 1 0
12,897 12,897 000000008cee407e74462ae4d3f6ba54230dea60f1a0f919fcb9e387dd052ebb 0.00 MB 1 0
12,896 12,896 00000000f5d404d23e9ad008767d2a30ab9fef9fcce8808258aa695f1ba85097 0.00 MB 1 0
12,895 12,895 00000000ecf60f874eb0c0f46bb812740031f6084e19ca3a9f7551fbf20d7e4b 0.00 MB 1 0
12,894 12,894 0000000053fa84d01b147129b30045e7cc227a55f50596647646d97808d52b82 0.00 MB 1 0
12,893 12,893 000000008551ba380635b3e67ac02eae7101d7e40a835d47aedb8fd6aba3baf7 0.00 MB 1 0
12,892 12,892 000000007d417a0775f3608556eedfaa6870a0e7154f2122992403ead0a4122b 0.00 MB 1 0
12,891 12,891 00000000d1613cec022cb2b7c591454ef22ad929fd18503934b96749690b0115 0.00 MB 1 0
12,890 12,890 000000003efa2110399cb1a15454f1fa793164cbbce8b51b00a273ddd38dbfe1 0.00 MB 1 0
12,889 12,889 00000000ab37667ab85ea15b04f837e8f4e3df57ec947fec838fae7b724d9a36 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.