Memory Pool Memory Pool Refreshing

685 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 687 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (822,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,665 85,665 00000000000b15df01cb053f03ebea93c4ec54a938da0c0209626a2ee818ce73 0.00 MB 1 0
85,664 85,664 0000000000217f699648869f009bc2f40748a1bec0c64b99684c4d5e0c9ef9fd 0.00 MB 1 0
85,663 85,663 00000000001597c495960e292125244e8b1b16ad636ad2827b383c10b956e3c9 0.00 MB 1 0
85,662 85,662 0000000000167c93f4c8788fd8127cef8e051b36750df4da107c8eb1983a2398 0.00 MB 1 0
85,661 85,661 00000000002300b3fe645e4d9292ec63fe016f9d986512ced52d024518a3031d 0.00 MB 3 0
85,660 85,660 00000000001b516c12519a6bda15e08ca49352d47793f08d649625d4ee6eafbf 0.00 MB 3 0
85,659 85,659 00000000000da1a8519498720f7ee856431e2879c540978f175d44a0131eb2a0 0.00 MB 1 0
85,658 85,658 0000000000113109c7861bae820a189760e698cf819fbb03b39c0927479d8376 0.00 MB 1 0
85,657 85,657 000000000029cd4cd1bf87f6ec04470e29e76ec719c7d60c6f0ecb07f89a366d 0.00 MB 2 0
85,656 85,656 00000000002aeb5a92884fbbb5f1ab7f84743a3ff04e26cc8c5741f8b64ae4f2 0.00 MB 1 0
85,655 85,655 00000000002a4e4db9d23696cf8c211fc62490a462be529b58420ed4eaa38fb2 0.00 MB 1 0
85,654 85,654 00000000002f3819e4485af3573221227ec60c63e9712e9b951191301594a680 0.00 MB 1 0
85,653 85,653 000000000027dbfe6d21a628c59b973c674c1e5e34e0e0810a80f3cc06620193 0.00 MB 1 0
85,652 85,652 000000000021bd6e29f09ead658040bec8b028bb0563942435359c45d033e304 0.00 MB 1 0
85,651 85,651 00000000000f32c3b528748bbfaacbb71688482551a2a9d8554e7bef3f93d8a4 0.00 MB 2 0
85,650 85,650 00000000002b5389b5d0ed46986f6ce09a19d8ee3d17d4a1aead83b0ef2d1cd3 0.00 MB 1 0
85,649 85,649 00000000001257c0848eded311fb855bf00bae80db76752fa60c1a0a04f090eb 0.00 MB 2 0
85,648 85,648 00000000002b2b8ac7278ca4c2dadc28aa24de3a04fbb6b0f185c5b62a0aa555 0.00 MB 1 0
85,647 85,647 000000000007e662ebcf2a00700e8b7b73c16be3cad9a31301dd174947f9f652 0.00 MB 2 0
85,646 85,646 000000000025a4b1fd1618bf9751fddecfd54ddb5da86a57f7e33fe1fe2d73f9 0.00 MB 3 0
85,645 85,645 0000000000213987f5b8da26afcc9adb82bd404055cec906316aafed3555b11a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.