Memory Pool Memory Pool Refreshing

3,311 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (884,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,121 24,121 000000001f7323d80348adf6ae7024ea631cc9d92409f6f9b90740572b141f1c 0.00 MB 1 0
24,120 24,120 0000000040a4ccda019c599c66c5c56de7ac6a31cb541396bf361de7b760de3a 0.00 MB 1 0
24,119 24,119 00000000f88f20c393c7676ad75a88cf14f84b913f1f13599a7c48ee7176f0e0 0.00 MB 1 0
24,118 24,118 000000007777164de0b0daa071dcf28126fd633848a952621a05af4ad0b0a426 0.00 MB 1 0
24,117 24,117 00000000e14175621f24e46c34fbc639cbca6967d8fc87f252872475b0886f2d 0.00 MB 1 0
24,116 24,116 0000000007e757428506d8bce05320647b90c35c91f272bcdd78e44771a675f2 0.00 MB 1 0
24,115 24,115 00000000be9623d17b43e0400178c435f95691b172935a5be0902d375a453352 0.00 MB 1 0
24,114 24,114 0000000028e6d0d31bed2e60a758d37223de6d36e6c81cc6c0a604edf0155646 0.00 MB 1 0
24,113 24,113 0000000043bacaacd62f77d1e05c7ef05c08f1cab2defd5337818dd5c89345ee 0.00 MB 1 0
24,112 24,112 000000007e6aa4e006f1d0660224fb2deda7de5fc1eb86fc854f0512a5e833f8 0.00 MB 1 0
24,111 24,111 000000007b44d48a7d17ef7f304e1e31bd8d597d8e8a367f1be584549a91822a 0.00 MB 1 0
24,110 24,110 000000002ddac97bf612f2d4ec67220101cde016e724f65c788d50c452ca4494 0.00 MB 1 0
24,109 24,109 000000003e8cfc4e8f320fc6f005a3585f0fc492237aef1d4d774506203b611d 0.00 MB 1 0
24,108 24,108 000000008813add44f0c4c619111af11c47b4ec86c9d12b25d475e036a70b590 0.00 MB 1 0
24,107 24,107 00000000e1305bde797ef673db2a09a1566db3f8d6ad17dae6184f45a350582b 0.00 MB 1 0
24,106 24,106 000000000fb3a0f918dde5ee565576686ff11c22b128f686525133b9f403da2c 0.00 MB 1 0
24,105 24,105 000000003c38c7dcaeed7b59b3d3a83e9004db88228ae0ccd845b9b81a341cde 0.00 MB 1 0
24,104 24,104 000000004a8b1a9355c11a32524b24ecae3abf525735cadf75c83ec38088cd98 0.00 MB 1 0
24,103 24,103 00000000643eea89c4757294391da5fa907c83c1b7d339e21555669c4f5cbc2f 0.00 MB 1 0
24,102 24,102 00000000eb0a20514ba66c8531e736daf1981ae042de8dc9c4bba4b73fce0f56 0.00 MB 1 0
24,101 24,101 0000000077e9ad9687c186b10feaff958bed8321abf666ca6d3b7073e2118f11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.62 GB sent, 101.73 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.