Memory Pool Memory Pool Refreshing

30,084 transactions
24.04 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,456 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,623 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,455 (120,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,721 742,721 00000000000000000008c70cbbaf03de56c978cb60f6db5d5f66eb564ec4382d 1.51 MB 2,986 17
742,720 742,720 000000000000000000052e9ae539663ee328be1f743246ce669bc839f46e8649 1.52 MB 2,710 15
742,719 742,719 0000000000000000000202a4488a544ee6644a4c7f8d0dfdbd54145e9393d8fb 1.51 MB 2,600 15
742,718 742,718 00000000000000000008748bb52756e67b5f040d7b63d5ba7013cbff09a410c1 1.27 MB 2,031 11
742,717 742,717 0000000000000000000761f85637ca91386629481b86b3361f57ce15fb16e329 1.40 MB 2,232 8
742,716 742,716 00000000000000000001bd18adde91a6b8f1fc276b10fa8cad0ba1c91aa5adb8 1.55 MB 2,839 12
742,715 742,715 00000000000000000007aed3ba3ce00f8c4b1125b401ca87a4d94ff02cbe5b24 1.88 MB 2,452 13
742,714 742,714 00000000000000000004d5ddd49f40839c3cf52b2e61379df2d5fece0413cc78 1.66 MB 1,928 21
742,713 742,713 00000000000000000000f79e9d86fe6f90af1f2eb89216cbe4f54cf900e7e3c7 1.46 MB 2,976 28
742,712 742,712 00000000000000000007124e9d8324a6ec2d357b0978d8a37fdeeda2fdb757c0 0.60 MB 598 8
742,711 742,711 0000000000000000000760ccbc065c831cd95d8f8580d42f9a33c6f83b2e63a9 0.00 MB 1 0
742,710 742,710 000000000000000000068c2bac23233065f855df506c1c210352e60ad31a9362 0.57 MB 657 6
742,709 742,709 00000000000000000006dc8ae5d3767566d2bf046e2b22e9d4bd2152302de5bd 0.71 MB 1,068 8
742,708 742,708 000000000000000000061cd51a1060d7993f0ae6f467b35a0b8723850a956b12 0.26 MB 343 12
742,707 742,707 00000000000000000003d37694be6655e2101a0ba823dff2f1e1b67d7def86cf 1.05 MB 1,743 3
742,706 742,706 00000000000000000004dabc2e685aeee2fe980679f4574b9f94ac7167d5e47c 1.45 MB 2,948 14
742,705 742,705 000000000000000000089d7e1e20955fbe371dd9fcaab9e093b025b0bb256c3e 1.78 MB 1,925 15
742,704 742,704 000000000000000000024aefddb550cf68612821502f66f6c033f361a6428042 0.93 MB 1,307 3
742,703 742,703 00000000000000000006ad8fc6e5449e177f663871ecb091f3f36b206db4e196 1.27 MB 1,737 9
742,702 742,702 00000000000000000003ce91b4dee6661e219fcbb1e02942ddb1ac73532ec137 1.33 MB 2,243 19
742,701 742,701 0000000000000000000712a72c6e278ab9c8559a84f84d7ebbea2120773616c6 0.03 MB 69 10
Previous 10 blocks ↓
Total Size: 686.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,500.10 GB sent, 118.30 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.