Memory Pool Memory Pool Refreshing

9,324 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (733,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,773 173,773 0000000000000707208835f82c94bc69d10ebf1eb8f75575b75247e17bc9052e 0.01 MB 47 35
173,772 173,772 000000000000068db152292928cc0d9f66a8d44876ed9e1518ddc54018d68c0a 0.01 MB 13 445
173,771 173,771 0000000000000a30876307643b6855b50778ba6cf631a51a0df5cf1bb6dd7b6b 0.01 MB 16 48
173,770 173,770 00000000000001a8f5d064729e3ea4370fa93dc174e77d6653f955729aae85bb 0.00 MB 1 0
173,769 173,769 0000000000000022212628f0085fe5c655bb65705dedffce48cd5a794f042470 0.02 MB 46 73
173,768 173,768 000000000000092556bc98ffea2d4cff9242f01217eb7d6bcdb727a4ff864620 0.00 MB 1 0
173,767 173,767 0000000000000405ebbc4c756fab2d4aac8e8627fb26d43ac1425ee048e522bd 0.00 MB 1 0
173,766 173,766 00000000000004da763d484c0f28e10520122eea4ef6cb1deaf5ddf677140e3c 0.02 MB 51 88
173,765 173,765 00000000000000e74a3d95105af3650272c79899e3d5187df25bcfdd5e6f7c8f 0.01 MB 55 6
173,764 173,764 0000000000000348e38fedb3efb98024324ccdfadc3b8c67157c4530f1e21037 0.00 MB 10 0
173,763 173,763 0000000000000625869323e8ce24bdc4f1092e0f3a89a280d62f9e6ec7963599 0.02 MB 43 65
173,762 173,762 0000000000000926e57e6fc13440204a8cfe7375e3eae6c140d5a5833bdb043f 0.03 MB 84 59
173,761 173,761 00000000000009a6bcf3b3f5c44f0e0e2a9d5c3733de6cb8da19eaf606278da7 0.02 MB 30 64
173,760 173,760 000000000000052e27b6ecf6a99dc4100e2546d10b0bde21403029ba1c82390f 0.03 MB 82 150
173,759 173,759 0000000000000738f71692fb96132b35aa6a165a324ba0a4cd67e2e83bc3188b 0.00 MB 13 635
173,758 173,758 00000000000006ed19d6f687fc3c2b6f197a44b007f048af4157c234914531cc 0.01 MB 5 607
173,757 173,757 000000000000054e95a8adbee14be2b3a1fe2747b9440451d22a1ee4722c42cb 0.02 MB 39 166
173,756 173,756 00000000000003ae99a7e9347c8274059e3c7e0bef7d05948e261e032ed9417b 0.05 MB 113 119
173,755 173,755 0000000000000614b02044337cfcfcfa0e553704e38d16b4a1bb865197d12d11 0.05 MB 132 98
173,754 173,754 0000000000000297a55fecfe7f6b4d9376d50c42f4fc80844d8fdcf935700dce 0.00 MB 10 48
173,753 173,753 000000000000043c7d88daa1d788a0977d14f17d9d1df0764b360ec40ef49644 0.02 MB 42 348
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.