Memory Pool Memory Pool Refreshing

3,599 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,703 (871,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,374 37,374 00000000a07c632b627834167d75e43973162b54483028fef4781e825f658e88 0.00 MB 1 0
37,373 37,373 00000000145161052336c86357d693fb44d25d7fa560adad335960b5dc68b794 0.00 MB 1 0
37,372 37,372 000000008b7b7ba1c57f1045e05beeb72dc672ffa371d32540d36130ef67bfb5 0.00 MB 1 0
37,371 37,371 000000003340fc37ef9281212186c34973d3154be98ae9a03438fc24aa950f6e 0.00 MB 1 0
37,370 37,370 000000004daf0d9aeced75c51c659a08b6b331c21b9e3da1d476d01be797af19 0.00 MB 1 0
37,369 37,369 0000000015cbe55224bdd8cc3024015db8d3b1537f9b84aea7b0ded4152122f2 0.00 MB 1 0
37,368 37,368 0000000018f24ab100c83c9078b4c71e41adb313604c6ed35594b25472e18cc4 0.00 MB 1 0
37,367 37,367 0000000072e3d6ecc02c8f5b75369fe8af0161c4c1dbec733d4f37272bad9597 0.00 MB 1 0
37,366 37,366 000000006118839ece0c30077e388ab05a7e4cae6cd144223a2962ff6c8aaafe 0.00 MB 1 0
37,365 37,365 000000004b78061a8aa9dd919becc3accea2c5f6096fa358a5b6411da04b0228 0.00 MB 1 0
37,364 37,364 00000000524325420e56b2b5ed9f204e4b38be0c18f48725c9452e69f277bd98 0.00 MB 1 0
37,363 37,363 0000000060349f34e9a32e419a43085384de52e93441b0c1c0bbdd229b113080 0.00 MB 1 0
37,362 37,362 000000005414b3c77fa5ac87187c1b6aa97a9fd0d6e6dc09f74794a6278b90ae 0.00 MB 1 0
37,361 37,361 0000000016b3cc13855cdbb4024e554431254b727779b5bd4b6595d30911ddd3 0.00 MB 1 0
37,360 37,360 000000009f4d988cf84739bf5b72f23e384025da34cc497d135367f5c5cfca7b 0.00 MB 1 0
37,359 37,359 00000000a7993b46dfc2f9d153b4e773db2325c955fd5903ef6a28076c3b2a27 0.00 MB 1 0
37,358 37,358 000000006f35ad976534ce8310ca364cb54b1e0a849dd6dfa374f58030b912e8 0.00 MB 1 0
37,357 37,357 000000000e2bde15e8f1768c1d0c0d4ec7096a477a754c5e43333d49e7db43b0 0.00 MB 1 0
37,356 37,356 00000000209c07fce9a322fe927f26b5c9f72b18935fe13daec4a38c45d97482 0.00 MB 1 0
37,355 37,355 0000000029a7adab96bfd5cc9d20638d60999df149bb724fa77dc6e065b5c54f 0.00 MB 1 0
37,354 37,354 0000000072b8b01d4def32f19617af225f9770a1d731d618881b5ca085c38532 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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.47 GB sent, 102.00 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.