Memory Pool Memory Pool Refreshing

2,488 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,488 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (870,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,887 36,887 000000006219deb8fa932ce55188619f7b8d7433dd7ba709d99e21612c20257d 0.00 MB 1 0
36,886 36,886 000000009a106d7333a0a1ece78e877e3d7b13a91b49e82a2211a01f87466955 0.00 MB 1 0
36,885 36,885 000000000ecedcba4e4e940fc68cd600752548982d1bd7d714e43733e71da19b 0.00 MB 1 0
36,884 36,884 0000000030c4344352ddf0b4dca9a93fbb10b3e821f946198bc03abcc4173333 0.00 MB 1 0
36,883 36,883 00000000ad87ac17446f9af95c80767feb51c2bef0c93cc9f95a788984d82834 0.00 MB 1 0
36,882 36,882 0000000043a9a579f752096f66d1f213b6abd5e6e7d619aa36c288b9b3ffe5c4 0.00 MB 1 0
36,881 36,881 000000000f0b5b10fcb1c7491178f8b54e749ff8f6425a2f4025a80a39060ffc 0.00 MB 1 0
36,880 36,880 000000007f18932224c132a0dbe670f9da6011a9b567693a3bbfac62a9dbbd4f 0.00 MB 1 0
36,879 36,879 0000000030c2cb19efd6c20927d705e9d99e9bcdb94f461e74cd74b4c3ff83d0 0.00 MB 1 0
36,878 36,878 00000000bc6641fea0a5f96271b824e671ebdf6784cf6b64239b3aea25e62f02 0.00 MB 1 0
36,877 36,877 000000004af9b42247439dec3b02db50f234a1108403af5547958eea5c736d67 0.00 MB 1 0
36,876 36,876 0000000069547c20560d1590e9a62d0e12179d94940611f3485c77c64e47ea2f 0.00 MB 1 0
36,875 36,875 000000007db3b25a276c06cd372392415fd137661231cd1f7136e8b84109e15e 0.00 MB 1 0
36,874 36,874 0000000068d1a5c89a7362021fb9a29cbcfdda6f23af312eabcf28f61fd1107a 0.00 MB 1 0
36,873 36,873 00000000007939ca6608307437edd9e77edbd8eef35b847b7e3522b89a5471ec 0.00 MB 1 0
36,872 36,872 000000005f9ff90b3c7ce5f62bca58dad3043d297ee43c43c941f238634a8666 0.00 MB 1 0
36,871 36,871 00000000808b0b0a780d86a4577c6cb289e3572470688e6eb4bc335b402b2e90 0.00 MB 1 0
36,870 36,870 00000000203bc00ba5ffb371eca69509aa4ac3a6f5cf2e47a3ed633c3a8ddc31 0.00 MB 1 0
36,869 36,869 0000000010c3fd192433859bafb7dd66e785e384062893905f510c1c37a5f744 0.00 MB 1 0
36,868 36,868 0000000044ef22b233700935637fd8cf6016d3dcf81f402ffe67e574b612f19c 0.00 MB 1 0
36,867 36,867 000000009ad9aa65ac9070e729f0c0c7f96ac6ae6e33f68d58f2ba90acfaea3b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.