Memory Pool Memory Pool Refreshing

4,858 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 518 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,701 (884,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
24,100 24,100 000000009aabd053c0d9d62a2159b2740e39d616535f506dcad343f11d12f580 0.00 MB 1 0
24,099 24,099 00000000c71d7b03f9b864c450d8decbf74b1dd0048d084784a1ac1206e00167 0.00 MB 1 0
24,098 24,098 0000000078b729bb1e822c6fbed718395855776af37b19fec963a40f267e4806 0.00 MB 1 0
24,097 24,097 00000000570aa7082db81e60acedf4fcbd3b8c832b56e5d4466d5872026881a6 0.00 MB 1 0
24,096 24,096 00000000fb7bd34a876b03f18ebc0a631a40ac8e65b5ad434d561e208586b4e1 0.00 MB 1 0
24,095 24,095 0000000087def7a9491115ddfec68f0b7dabcfc5e7844542dc60e5923e4af1ee 0.00 MB 1 0
24,094 24,094 0000000026c534394c0bd6cf91382c02f002aa7975f5f4bd1564f5f1d68c285d 0.00 MB 1 0
24,093 24,093 00000000c8339bb061c7a45e36281e0221618d79085c8c14feb3dbad3f7dbcf5 0.00 MB 1 0
24,092 24,092 00000000b4aae66bbb5d33ac2e062ae77079e81b028bb07940bd99673a4d8433 0.00 MB 1 0
24,091 24,091 0000000075307e1e84aa5694980a38fca6bd83393a164adeab49513b521f5df0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.