Memory Pool Memory Pool Refreshing

3,792 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,550 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (209,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,042 698,042 0000000000000000000b895257e06ca51e414737b552b1ab7d378d6f741703ab 0.95 MB 2,119 14
698,041 698,041 000000000000000000076f48116322c40ad33e9423248ed8841db62c042b4564 0.03 MB 76 14
698,040 698,040 000000000000000000094629f34fb7e00d88c6c6bc55f0226e5534215ef0b893 0.56 MB 1,052 11
698,039 698,039 000000000000000000021bcc4e31924e0df6020d66a874acb0be160fbe91ecaa 0.06 MB 68 4
698,038 698,038 000000000000000000021f50b6105e81fb14b7cb5d5cc5faa7dba859ac2a9b8b 0.39 MB 886 10
698,037 698,037 0000000000000000000808d6e4ad00e45eda7799cde499aa8bd2b7daa94af84e 1.20 MB 2,213 8
698,036 698,036 000000000000000000010024dac381460d67b4ccb4c1134acb9ef973f7d8addb 1.51 MB 2,584 10
698,035 698,035 0000000000000000000d33681e3cf899b46d75b240ee69be2cde92927191eeb2 0.50 MB 1,071 10
698,034 698,034 00000000000000000001121a94a5427daad83bfe7953c6f300123431a24e23d3 0.28 MB 261 23
698,033 698,033 00000000000000000001b0d22254a0ce90d90ad576e578636aa3978b4d34db9c 0.21 MB 475 11
698,032 698,032 0000000000000000000febbdd30ce1c45dabd3adb63dd6310d193e9b59edb5b9 0.52 MB 958 9
698,031 698,031 000000000000000000062966e9170dff32af8c682e74894fdc76fe04bb57081b 0.04 MB 116 27
698,030 698,030 0000000000000000000c49ac15252ffd4de6b3e5e2a6c280548dce8f6ac3b7ec 0.78 MB 1,566 14
698,029 698,029 000000000000000000029b552ac87b87f8ea8834df9fe7209338db90f7ff0a6c 0.49 MB 1,123 1
698,028 698,028 0000000000000000000203703a176bb07cee8de3e4e3f11fcbac4c9b954e59f7 1.40 MB 2,939 13
698,027 698,027 000000000000000000034ae3b4dadaea64bc6c569c7512a9c85ebc7aeeb313c8 0.76 MB 936 12
698,026 698,026 000000000000000000027378eb99995f07588ac99c8b387feb9144bacdafe90a 0.36 MB 411 7
698,025 698,025 0000000000000000000692f58bb2bcd081f4afe74567d2765e553236df15eefa 0.46 MB 632 5
698,024 698,024 0000000000000000000e3bd4bb85819af21471321d143438b3147f8b87d0d594 1.43 MB 2,133 8
698,023 698,023 0000000000000000000513daae7f3db503856de6d68203ff23245d473d68baaa 1.49 MB 3,167 3
698,022 698,022 000000000000000000009ffb02e102445bfb69e529e04251b7452f86a58f0fac 1.44 MB 2,744 12
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.