Memory Pool Memory Pool Refreshing

10,200 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (588,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,761 318,761 0000000000000000033bfa80449d9814c8af81168433facc33063a31021b0f3f 0.50 MB 1,114 34
318,760 318,760 000000000000000010f77f475aa8fc7615f28b1b7a01ff28b0154dd462252948 0.03 MB 76 35
318,759 318,759 000000000000000024c2aceba3126901c673df64a2a74f52a60d10456f9a60ab 0.60 MB 915 23
318,758 318,758 00000000000000001d6287013e22c5ed987a063509929bffe8f299c8b9ad8e8b 0.04 MB 84 28
318,757 318,757 0000000000000000097ee72bdd7678bdceb3ace4db9571e26531ef62fe861c6a 0.38 MB 611 25
318,756 318,756 00000000000000001daebd477082985c156895a7bc0a6b27ac0d38caabc8a5f4 0.15 MB 298 25
318,755 318,755 000000000000000000182490b8ce4351f7785818ab7449b8406f9961abeb8a14 0.32 MB 552 28
318,754 318,754 0000000000000000023ded1e2ea4a00571dbd71a43c5e86bd175a49d9ecbefe9 0.16 MB 232 25
318,753 318,753 0000000000000000256f8ac9a324b18bd6c67cce764dc253d3748ad8063452b2 0.26 MB 324 18
318,752 318,752 000000000000000004b951f7f2071e31aa70d62dc7c4cf8570ae4bd278d652cc 0.13 MB 143 16
318,751 318,751 0000000000000000256f3e34dae0bd6afe052dfbea223faa6eaec64d254e65ae 0.13 MB 213 23
318,750 318,750 0000000000000000090bc3812488bb556718722289d713cf676f32f77aa4bb2e 0.04 MB 128 44
318,749 318,749 00000000000000001908b7926c114d1b918ad4e3b0c656b8dd931cc731ddca13 0.01 MB 23 41
318,748 318,748 00000000000000000fb14431a1b8fd433b6deab623cac57ceeba046673894c2f 0.33 MB 627 28
318,747 318,747 00000000000000001fd2a4dc51a5f50b73114e53882be5f2d6e1a47111a7cd7d 0.67 MB 1,061 24
318,746 318,746 000000000000000014cc3526c814788067f1cec628541b158b84c816fbdeb01c 0.25 MB 673 51
318,745 318,745 00000000000000002267b0bdf5694a73659bd5313c39531929276ed317bd6139 0.12 MB 140 16
318,744 318,744 00000000000000001c0a012720a2ac2ad7413bd838f5d539efa19a33d7023e53 0.17 MB 251 22
318,743 318,743 00000000000000001d2f1a16ba0de9c1206d4fbd4a6a2b19ae01e6f9d28ffe04 0.09 MB 188 38
318,742 318,742 0000000000000000112651578bd066b060fd235ad7d0327cd8f91bc24e3bc2f6 0.10 MB 140 14
318,741 318,741 00000000000000000423277770c9db9d06feccfc9d0c005aefd670bf5d582957 0.22 MB 476 32
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.