Memory Pool Memory Pool Refreshing

1,122 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (250,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
657,474 657,474 000000000000000000067c20d9a5ffaed5a6431ae8687572376690411e258d11 1.44 MB 2,325 87
657,473 657,473 000000000000000000042d2f8696d9ee21515891bdfc5ae964aa1249786744ce 1.49 MB 2,487 70
657,472 657,472 000000000000000000079d707ea31b5d1a3be7a526fd433904317213aedbf5f7 1.42 MB 2,547 80
657,471 657,471 0000000000000000000592539251130ba16063eeb94c562c9e61ec8f7d52bcaa 1.28 MB 2,790 113
657,470 657,470 000000000000000000009878852b0f5f52d7e97d8acd84fc7e5c283474b20371 1.18 MB 2,226 22
657,469 657,469 000000000000000000002ec32976617615d4546b17d9dd4121b6d3b0a210cf3b 1.22 MB 1,980 30
657,468 657,468 00000000000000000009fe0d51836781be913e236c3edcbc902c734ab53a7775 1.35 MB 2,694 64
657,467 657,467 00000000000000000004ac053caf4eaba64cd2b4f2ce25bd1a25ec48ae0bde33 1.28 MB 1,825 93
657,466 657,466 00000000000000000008782f2b02ad96f617758736a78fba0c4da1f706d8919b 1.28 MB 1,884 100
657,465 657,465 0000000000000000000459f0e4252b80a48ab06295bf2ea73b90189bf217214c 0.00 MB 1 0
657,464 657,464 000000000000000000087a152384672d3d527b40db43e14815f086cbc0de5ba1 1.27 MB 1,823 24
657,463 657,463 00000000000000000002df8e5a27027f15dc86b3e823bf5d75c15946782d37cd 1.36 MB 2,403 88
657,462 657,462 00000000000000000009b8c03bbf5b82188c6aeafcc600294d2bd090bda29466 1.09 MB 1,305 25
657,461 657,461 0000000000000000000f806f4d9b0aef685fd448a874dd465ab679fcdda6c6b0 1.36 MB 1,411 26
657,460 657,460 0000000000000000000bb40694f2d5540e830959a14e38df17ecf0a09e041581 1.21 MB 566 4
657,459 657,459 0000000000000000000c55615d15d1b087298849915f9d0d21c5db424751ed65 1.51 MB 1,161 8
657,458 657,458 0000000000000000000da1b7ecc1902d851ab91bb97ca752730d154fafe0e57a 1.08 MB 1,861 9
657,457 657,457 0000000000000000000b11602e548a754cc47b3e42fd754ed901a9f23ced6be5 1.17 MB 2,059 17
657,456 657,456 00000000000000000003929a3a783e67b123dd8e15ddf174e468eb23f1a9e5e0 1.36 MB 2,665 81
657,455 657,455 0000000000000000000b4759f94e52ec52d08ae19d1911640c93b984080f16a0 1.35 MB 2,878 105
657,454 657,454 0000000000000000000f3867824666f58e9f694c8ae81c8cefd72a51a1e2d007 1.28 MB 2,219 54
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.43 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.