Memory Pool Memory Pool Refreshing

6,739 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,448 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (48,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,781 858,781 0000000000000000000185e41331eb103af8ee7be88eb4980d17da5e9fe1a64a 1.63 MB 5,371 5
858,780 858,780 0000000000000000000134990177ca81cd9b08e0660cf1c3a6bfee11cc61b2d2 1.61 MB 5,630 4
858,779 858,779 0000000000000000000213abcf04d59cb3ac2346c6b7da2edc42f1675e82a8d4 1.67 MB 6,456 2
858,778 858,778 000000000000000000019977910316fe14d9f965ce8f11c5b1503a1eff697098 1.61 MB 2,778 6
858,777 858,777 0000000000000000000232bdff4f73630a7cec818325971e2ea55d4c93ef3379 1.95 MB 2,195 3
858,776 858,776 000000000000000000015cb7bf178de35e5ce77ffa3e701a8fbf3fa67dea9bd6 1.87 MB 2,484 5
858,775 858,775 00000000000000000000f57494eaa63bf583584bd2c3a2b6b9fb4e9020e58724 1.85 MB 2,025 7
858,774 858,774 000000000000000000020a98b620f270b2df14505d258b089aa4b2fd7dc324f7 1.64 MB 2,696 5
858,773 858,773 000000000000000000005208b5cffcf4a0311fe416cf078444b8d1289ee14af5 1.63 MB 4,168 8
858,772 858,772 000000000000000000008b2fd0f011b5cb80c2eab6b395b10807d77c763b1678 1.61 MB 4,830 4
858,771 858,771 00000000000000000000cd379e0084051eea5c3336acdab2fa56139497b41361 1.64 MB 7,654 3
858,770 858,770 00000000000000000001fcfdf5c9a6192ae2c2ab1e8791f7abf4f5b718d7ccd4 1.55 MB 6,323 3
858,769 858,769 000000000000000000015760f2b5856238141b316f8e57793da3e8d581be4c51 1.62 MB 3,205 6
858,768 858,768 000000000000000000012be5fddf3096d0c0e10961b6411689ff1b01c8d5bbe3 1.67 MB 6,647 3
858,767 858,767 00000000000000000002d294bf19263d19c0a54e2551d4e9072395a07f9e99e1 1.65 MB 7,940 2
858,766 858,766 00000000000000000001ca383d24d4bf07220c29e20004556716ad1da5725431 1.72 MB 5,361 3
858,765 858,765 00000000000000000001f6fe43e7b6d54104cee53a11549aa9806548989bdaff 1.64 MB 5,218 6
858,764 858,764 000000000000000000008be50a26d2116b19daa8fc9c399155fb9c639b834c9a 1.66 MB 6,851 3
858,763 858,763 000000000000000000025c7c885e744e355cb5b25f81e6f285d3f932b4f15104 1.63 MB 5,692 3
858,762 858,762 00000000000000000001ec88fed8ff063be347e3351d94c292a80ce2d88f4174 1.45 MB 2,720 7
858,761 858,761 00000000000000000001aa66f9a803eb52fee97434e834c72ce418b6fee8d0b7 1.64 MB 7,711 2
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.