Memory Pool Memory Pool Refreshing

2,253 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,858 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (14,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,032 893,032 000000000000000000022dbd0c69119bb553f63db20c7e54658ea49d79a78496 1.93 MB 3,265 3
893,031 893,031 000000000000000000022e8f784817b14365891c0a22fea15dd52eda2900b02d 1.65 MB 2,814 2
893,030 893,030 0000000000000000000035a0ccf1259bd12466daaf2975c89447b60bdbb5cac0 1.65 MB 3,405 4
893,029 893,029 000000000000000000005ba561a38a41bb0735bbaf5a8682da12ddadce07c8c9 1.65 MB 3,560 4
893,028 893,028 000000000000000000007c55c8e9405cd62f96b0d28f691cdb25a0e5ba7853d4 1.40 MB 2,253 1
893,027 893,027 00000000000000000001b7f3aa99dbc8408c8ce1a435f9b082203a86ba363514 1.58 MB 3,873 3
893,026 893,026 000000000000000000006d2f873e669d0c12ac3b8b34a609ec73d80446030408 1.58 MB 3,784 4
893,025 893,025 00000000000000000001eb2b4ff9e4579899a9d211d6a605b5128c529543b4fb 1.53 MB 3,070 3
893,024 893,024 000000000000000000010a03cc73cf9985236b8ed8992d48bba69e271bc16273 1.53 MB 3,697 5
893,023 893,023 0000000000000000000185dea73febbb1696b79ed7e3f30ce1d61b432295fa87 1.54 MB 3,716 6
893,022 893,022 0000000000000000000078c7a0cbfb55d6b1cee6a5b00f99e77c3b8aaa83a472 1.29 MB 2,800 2
893,021 893,021 00000000000000000001753fdefb2630731f37f50a196e0edc3cf8674c3d77af 1.65 MB 4,612 3
893,020 893,020 00000000000000000001578eb76a634ab7edf8958391db90b3887a437ed0e1cb 1.56 MB 4,152 4
893,019 893,019 00000000000000000001ac207fbac78a488818f2103574721b18d54f0a48c6be 1.60 MB 4,492 2
893,018 893,018 000000000000000000008fbd499e585ddb7f5cc7bcd964a1d8d4b0b5920e61ea 1.58 MB 3,617 3
893,017 893,017 000000000000000000021025b622c67b1fa065d2d90be8b5f1aae2a599e0f93e 1.57 MB 3,746 4
893,016 893,016 00000000000000000001c90472e9b1bf4c3adb71af9c45baa4985b1ebab0008a 1.60 MB 3,598 6
893,015 893,015 0000000000000000000187eafe99e0dcfa30ab5080626569453a2cccbddc8223 1.59 MB 3,763 3
893,014 893,014 000000000000000000007dbd4f3a5b70852570f5554413e8fbb9fcc62f07eebb 1.47 MB 3,709 4
893,013 893,013 00000000000000000001804a84e72a709f6616a78c2220c93f0716a3bc2a4fd7 1.58 MB 3,220 2
893,012 893,012 00000000000000000001c367af340db43ebbf0aea766d0bde704f2ed79096e0e 1.71 MB 4,305 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.42 GB sent, 94.29 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.