Memory Pool Memory Pool Refreshing

2,731 transactions
4.54 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,358 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,687 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,357 (858,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,057 50,057 000000000486a6cc805230a68b17ce5e8e85ad884dbc6bd4a35d2e08d9a7fe1a 0.00 MB 1 0
50,056 50,056 000000000f005e01721ff973b83ea5e972fccdce67f37564e6baa4d4578c7602 0.00 MB 1 0
50,055 50,055 00000000163a974963f9cf7dec5c769c379fc747bb51975da040fde046366726 0.00 MB 1 0
50,054 50,054 0000000029a1696e89612d3ac320683e1856eed2be0815d61a7ee42b81963bf2 0.00 MB 1 0
50,053 50,053 000000000d7328e879b1e939cadf323c7121509a01d01e40ad4abce52c4bb716 0.00 MB 1 0
50,052 50,052 00000000058c92d2f4e59e49f80bcf16f3861915597016726d878c751debeb7f 0.00 MB 1 0
50,051 50,051 000000000a771851148a89348294916ec3f2968475108b49899b876536972f55 0.00 MB 1 0
50,050 50,050 000000001ed9f8cdd56d5a3b69b0c566f6bca57cc7d98b40f4e9e90e8cc11477 0.00 MB 1 0
50,049 50,049 00000000236cb526b97cb63db54015f1ab07152c0ad2602dcfd0c08a4cc263f1 0.00 MB 1 0
50,048 50,048 000000001b17086e14144c1779ff2e62fc7aae8cf1f03d78867da93825ed67ab 0.00 MB 1 0
50,047 50,047 000000001f5c4095028fb51e912607229951174f1838a14faec9bc5732ffd592 0.00 MB 2 0
50,046 50,046 0000000008f4c5c4ad5533c9e66efecd17a53e9222b3ec392df62f03a3c7d2a5 0.00 MB 1 0
50,045 50,045 00000000099350228192e7d7b2ab488306e4d3f67db250ea211913e2481256eb 0.00 MB 1 0
50,044 50,044 0000000016ed8a79e79fa046a8847bc77863dcc941c2bff42839bf55de7d0186 0.00 MB 1 0
50,043 50,043 0000000013a1ecfdf6a43b45ac05f9ca934d8a49af4b868841945242eaa7e1f3 0.00 MB 1 0
50,042 50,042 000000000d6c9a445917ca14b3f987b56d33c0cf1141f5f0189c21713e6af0fc 0.00 MB 1 0
50,041 50,041 000000002482e084d63c532a11df5463e6f2abbb902577806997b94fbd83690b 0.00 MB 1 0
50,040 50,040 0000000020a39c5765208df358825e1b193c4a2709f52a1eb75ae9a091cf730a 0.00 MB 1 0
50,039 50,039 000000000d200b6c750569b3e599e5ba13e0596ad79f97a88d8c9af45e683ec0 0.00 MB 1 0
50,038 50,038 000000002399b396a01b983bf821197a3b974a7b987c7c93d8ae7fcd4f858ccf 0.00 MB 1 0
50,037 50,037 000000002775061f6d07e5e3140729304474867efdb9929a7d0dedeb7550f520 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.