Memory Pool Memory Pool Refreshing

7,577 transactions
3.47 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
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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,981 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (857,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,816 50,816 000000000541465f358802a9108844122d41afb34b26365a76c2a498b2739e12 0.00 MB 1 0
50,815 50,815 000000001e84ba0470396a0551065bffa43bf020d609bf7b195b3708c45d8088 0.00 MB 1 0
50,814 50,814 000000001a6f82637ad6bc78de2b91658526a4f4eb7756b72d2dac89b310f16f 0.00 MB 1 0
50,813 50,813 000000000e41bed71400ee1c3fca843b8327b1073e12955edcda384262292ac0 0.00 MB 2 0
50,812 50,812 0000000007c4ce1f50a25d7ea9d691f21530fc7069ab2819ec1e795d2e048b59 0.00 MB 1 0
50,811 50,811 00000000068b053e81bcc444c94e48faf8d4cfb8384413820eefc5d201b83c15 0.00 MB 1 0
50,810 50,810 00000000100254ed5b965899ef74b2081bbf157917ce20694057da782939af51 0.00 MB 1 0
50,809 50,809 000000002045e108190755783012fd031b21bf0ca5927a35a48c3eefb5826818 0.00 MB 1 0
50,808 50,808 00000000014fa08c34fb09c4ddfe1a5f6dc8c1215cfdaa6e696c2193c5990865 0.00 MB 1 0
50,807 50,807 000000000d03c509db01ffdec00239f9601b7caac1dbf6dc4e4d9af4b842a6f1 0.00 MB 1 0
50,806 50,806 00000000034f3a07e264832df601a1fe2d40a879caf34d642f6713ea68211927 0.00 MB 1 0
50,805 50,805 0000000006e1121bf69bb9570189ed6630bb4cb02adb5f71879b6010abd1ab67 0.00 MB 1 0
50,804 50,804 00000000002db0c609a024aeeaca0961e254dd7ec93e862dcdb778c5c153aaa2 0.00 MB 1 0
50,803 50,803 00000000146a68500e06afcb7ba123bfe2fb7da0d93d7db438b709bafb021117 0.00 MB 1 0
50,802 50,802 0000000003ab93e81717d24d806b6a36850dd3fc7bd698baa99ff268dd585035 0.00 MB 2 0
50,801 50,801 000000000402892108e745f403a4df8a0bab449eacc4d24248447db209c450e8 0.00 MB 1 0
50,800 50,800 000000001fe0678cc4488039854ab0b2926d2824018587f4e66f6a97906c7c43 0.00 MB 1 0
50,799 50,799 0000000008a4a75af5836856ea301178731e23cb653a73b5bd0879d84c6cf486 0.00 MB 1 0
50,798 50,798 000000000b8cfe7efa8be0aeb5fc9eab9927899d198e65822e8240b1bb0ab8de 0.00 MB 1 0
50,797 50,797 000000001ddc001dd2a392a281702fe52dfe92074646a71bed1916bdad03e0d0 0.00 MB 1 0
50,796 50,796 0000000016700de62f17efffbe26d59a6e3b60ceebe567cad86265e61a1dd4d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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.30 GB sent, 101.94 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.