Memory Pool Memory Pool Refreshing

1,363 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (859,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,880 48,880 000000000cc217508e01621fe51e089a64b80254ced1adc481b5ea7fa0acb6e7 0.00 MB 1 0
48,879 48,879 000000000dbdda788b07870973a0d13b1d370d9ffc34c3724bdac2ca6cace7e0 0.00 MB 1 0
48,878 48,878 0000000005a24eed2d7ad6a2d8100c9f4a668ae0ce15489b72a3735320b8b711 0.00 MB 1 0
48,877 48,877 000000000a175cc1242335c4dc0e17eef0dddea321e907e5ac5a90dcc66b63ec 0.00 MB 1 0
48,876 48,876 000000001a564113a10e690ff96678b84f56db1ca772fa585177ef9f09022b24 0.00 MB 1 0
48,875 48,875 0000000010e38b966c8440c3344ad6ab89ebdbab452b1ec15c8e4ffe73640a13 0.00 MB 1 0
48,874 48,874 0000000001009c9dc2e747d70739c922c1f23c36ce3c8822d3ef0cfd3a2b02a6 0.00 MB 1 0
48,873 48,873 0000000025a0bbd85b1738b448edb580cefb45924ea330ad2d25aad0ffa1f9a7 0.00 MB 1 0
48,872 48,872 0000000010727385064f58640136a97086545e793364968f7939c4cb7f502d7b 0.00 MB 1 0
48,871 48,871 0000000004c8b480a17069a6a8aacbaf36ffcde7cfc6f37f999cdcad8a35c7eb 0.00 MB 1 0
48,870 48,870 000000001f0db09eed64acfdaafc6e64b97a1d5fc45cc0c0b1e6bac6c3559306 0.00 MB 1 0
48,869 48,869 0000000008b9e27c2d81534a5fd200ae9449457eeb9a37ec2f606af3dfea8dde 0.00 MB 1 0
48,868 48,868 000000000b7649c3fd6be543b5ffafa8361537c552b8e24f1de6c0184d9eaa0d 0.00 MB 1 0
48,867 48,867 000000002360408fc5e36c1305844be74ad40c634556eec4d95522620552e7b2 0.00 MB 1 0
48,866 48,866 0000000001f52d63fc7a5f89081c810de07e40c23af958e196eb026fb2b803bc 0.00 MB 1 0
48,865 48,865 000000000b7dcb2bc79e15e1c7473a2224304b06846e414f1c63c00e87eb63be 0.00 MB 1 0
48,864 48,864 000000000fd4846cca9c98ca45c76ef7b74f97ee94de78b13c811eadf95e937a 0.00 MB 1 0
48,863 48,863 00000000203d6a3ba024fe1ba3da0060f2cfda239fc1ba60930148412054df5c 0.00 MB 1 0
48,862 48,862 0000000010d36c7f85963ff880c5bf6034ac6b28eab23154b6a00c2467b8e24d 0.00 MB 1 0
48,861 48,861 00000000060a2609024a0251e30b21d51b624f9e2799a821d2a71cffae8b1280 0.00 MB 1 0
48,860 48,860 0000000023227e7969a013167b789b409b020d29f5edc4dfc611e0230751eb83 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.