Memory Pool Memory Pool Refreshing

4,669 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,659 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (612,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,760 295,760 0000000000000000097b3e79ede01753894030276bc1fbb01e6f9b402460b815 0.31 MB 256 19
295,759 295,759 000000000000000049b9316567225fe9fd1cb2c6441d119db98d635415858e50 0.35 MB 978 53
295,758 295,758 000000000000000012281a92b5b7420bcbccf78c7ef234321086ffac30937328 0.27 MB 308 27
295,757 295,757 00000000000000009fdff4035bb9f94b523e9a94ccd993cb6b3d325fda5ed39f 0.47 MB 117 13
295,756 295,756 0000000000000000b388a71edb070a741879eadbb3dd7c9c942b8bc3c733056b 0.35 MB 498 32
295,755 295,755 00000000000000003d354585d2e1a7abdb9baff096aaff1d3c5063ae8eb02a9c 0.35 MB 860 46
295,754 295,754 00000000000000008708eb98c97544157bfb8dedf4668adc93f417647ff5ed11 0.09 MB 74 16
295,753 295,753 00000000000000008105057f7769b0384e3374076ca86e428401070dd57fe69f 0.35 MB 384 26
295,752 295,752 00000000000000006b02100e0497c6409f586328009d517a47cfb2cd71e484e6 0.11 MB 128 25
295,751 295,751 000000000000000030416d777690e8f9c87d0305a66ff5d8154d33e9156af9f3 0.25 MB 522 40
295,750 295,750 000000000000000044d8207e631b68a1cf0c5b5ef6d870847155239e7a6cb708 0.08 MB 170 34
295,749 295,749 00000000000000002c86539f952114a6a9696e53a2f97e7abbde7b69e2d48145 0.13 MB 256 44
295,748 295,748 000000000000000022f4798d70a193851f28c60c2015a4f41b36ab63a98cba0b 0.03 MB 32 33
295,747 295,747 0000000000000000894c7bfb836fb90b20ed584a0aa51795aeb7100aa4e8289e 0.05 MB 48 20
295,746 295,746 0000000000000000431bb86c3b9dc0e063508da95b93d90f2353ee7d71317436 0.35 MB 684 39
295,745 295,745 000000000000000096f65bd9fe0179006ca4bb93cf9612be37067dfa8a99ca73 0.00 MB 1 0
295,744 295,744 0000000000000000a1a1020152cbd1189dbcc127c4baa9ffaf985c5689e5c374 0.00 MB 10 35
295,743 295,743 0000000000000000200ca9e48cecda84cc78c834d82f834bd7602d09e3727f9a 0.06 MB 137 43
295,742 295,742 0000000000000000153e9ac8cd4c33ac28be07963bc50095331d4c97a68aa8fb 0.58 MB 583 20
295,741 295,741 00000000000000005b3e240724ea3e5c46e373c7777bdc19a558f0e1215e38c8 0.04 MB 76 26
295,740 295,740 0000000000000000acbbdd5b1382fbf31341eb9b81bdabadcd5cd45b0f59d77b 0.21 MB 436 38
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.