Memory Pool Memory Pool Refreshing

1,361 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,621 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,620 (895,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,731 12,731 00000000235b9b1df183f4d3aaebb312c8342ae616d44ca2c906a8926b3b516d 0.00 MB 1 0
12,730 12,730 00000000d2f5418975262698abf92c57477916c33794ee6dfd7235b0fa25d3b3 0.00 MB 1 0
12,729 12,729 00000000170109a0af5a50ab5fa35993fa13ee387cecea1e8a03a03ae16fd171 0.00 MB 1 0
12,728 12,728 00000000c168025768d60007f37d81c65846e2e73d45fa0f44245bf9ff9a2d02 0.00 MB 1 0
12,727 12,727 000000000ab28faa6926d1387d52bb707bc9a0090555dde7bbccc68768cecfb5 0.00 MB 1 0
12,726 12,726 00000000d0c164f02a1f038403ab2278c4a23d85aa77cf84cfbba39c1f61220a 0.00 MB 1 0
12,725 12,725 00000000170265a06656bdf046cc3a9b855171666d820b3d8a7a6182cd2fef3f 0.00 MB 1 0
12,724 12,724 000000006419bf35b095be37acd54d5662898bf093b566e79444e261f0c7dc30 0.00 MB 1 0
12,723 12,723 00000000fa222cb88c891bad82c27744597518414060e20c4d90d55850410592 0.00 MB 1 0
12,722 12,722 00000000fa7d36a097730becdc6f4296356988fbaaff543168dfa89870bddf78 0.00 MB 1 0
12,721 12,721 00000000ce2f4927fdc390f7c56a7d28b93695aa90a5c7bafbe8889e3f3bd93c 0.00 MB 1 0
12,720 12,720 000000002c08cc4f74282e1715fc7706ecc2603d0d092d2e8d48f923f4336bea 0.00 MB 1 0
12,719 12,719 000000006fe920caad23bff5a547be367fa86029e9bdf40df3f95fec1f7aac25 0.00 MB 1 0
12,718 12,718 0000000092a7bd4068be21b55266571281f7875de8041785efa916ff695476d9 0.00 MB 1 0
12,717 12,717 00000000e898e25ddc2a8192fc10697fa5365b4d8c6e8e0891989e83fef2fc9f 0.00 MB 1 0
12,716 12,716 0000000078f6b427b5d8669276264ee6340233d83c5cf3d11511d38186530d45 0.00 MB 1 0
12,715 12,715 000000009e3d66d5bbe248f734df8a3e08b19b549f72db367eb342cd0040e1ed 0.00 MB 1 0
12,714 12,714 000000000bc9d6973b4849589d8f90e88e46d7df6b99e66efc460d03af02d245 0.00 MB 1 0
12,713 12,713 00000000302782dbb0bb544197ce39940efcf7253747adb02b048b5207733162 0.00 MB 1 0
12,712 12,712 0000000041844a34f06da267e8eac2a4b2a66566d4d9a2fb87031e9d384e6b18 0.00 MB 1 0
12,711 12,711 000000008fa298908c618829919f83316120e6a45b03f674974f6ed512f07987 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.09 GB sent, 101.19 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.