Memory Pool Memory Pool Refreshing

764 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,516 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 747 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,515 (120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,395 908,395 000000000000000000021e68ab9b731bebd044473472f4373ab6c21645d8652a 1.63 MB 3,699 5
908,394 908,394 0000000000000000000109add0ebc1e7aefd4b3c1d746108dc6685562ea4b75a 2.03 MB 1,132 1
908,393 908,393 000000000000000000016ad56fadf28825066be575c3fecf9c8c4ad0fffa0732 1.91 MB 1,519 1
908,392 908,392 00000000000000000000f48fbdc03bb6735ae4bfda7fac6b7cb0909c3c3c14e6 2.13 MB 408 0
908,391 908,391 000000000000000000006397389a19feecba67edc50d1ef0eb4446acbe502f13 2.11 MB 375 0
908,390 908,390 000000000000000000013c9596eb7bfb8a785e4642642a0e2d8f4a2724a0e3e2 2.00 MB 874 0
908,389 908,389 00000000000000000000270e793a32a739a9408b9a9d25fcb4b5c7c5394e9664 0.25 MB 601 2
908,388 908,388 000000000000000000008f75b598e6e4d36006a485d99f6615ae991655ff0eb6 1.29 MB 2,620 2
908,387 908,387 0000000000000000000185ece2471d5ed3f64adc7f17523236857083ee47d21d 2.11 MB 50 0
908,386 908,386 0000000000000000000202d6600d1e644781a8d69fdd705d6822a9edd4900e6f 2.07 MB 562 0
908,385 908,385 0000000000000000000208a68185d9aa0586e658447c34632549472db438d696 2.14 MB 104 0
908,384 908,384 00000000000000000001038aae80f06c23f681244894c7d65ec635427f08e27e 1.98 MB 1,420 0
908,383 908,383 00000000000000000000809d904a3a4cdb060ec54df9432a807ffad292374eb9 1.36 MB 2,679 2
908,382 908,382 000000000000000000022dc51cc1221c0359c4d3c77aa24d3ee4cd4785649782 2.16 MB 126 0
908,381 908,381 0000000000000000000232b1c1164e532afc17c8dfc6d9a929d7bb6ea4717e7b 2.06 MB 922 0
908,380 908,380 000000000000000000021888ee82d6e593f6b8bbbb3c766266b20ccf338909e2 2.39 MB 1,429 0
908,379 908,379 00000000000000000000889303608e72e0da042be9ebda1eec2a11612c9f14b3 1.73 MB 3,350 2
908,378 908,378 000000000000000000007a0e17be2f7f96e60f034687916f50d2aaee06dae914 1.58 MB 3,345 2
908,377 908,377 00000000000000000001673be971d44201f1bc09f2ac59ad79b028bd44d62bd8 2.38 MB 2,271 1
908,376 908,376 00000000000000000000e134f9578397f1fc6baa55813156a79d221616a0f0a6 2.04 MB 2,900 2
908,375 908,375 0000000000000000000027346070993c71b7a7fb5ce4452f1c0b649f6d778700 2.06 MB 1,654 1
Previous 10 blocks ↓
Total Size: 770.65 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,837.77 GB sent, 100.27 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.