Memory Pool Memory Pool Refreshing

7,729 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,963 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (68,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,750 838,750 00000000000000000000a9a40085b2dab7ff810e539e0e1189b0835338f9810a 1.70 MB 4,107 49
838,749 838,749 00000000000000000002290db97d61a3d1d1986c77d53f2bf574464a2984d02a 1.74 MB 4,514 56
838,748 838,748 00000000000000000002494238dfe3e40f235c4f5479124fb97b1f0dee220d74 1.73 MB 3,751 64
838,747 838,747 00000000000000000003109d898343bbfd85a16380b80b2786f92507bbbbe9b8 1.95 MB 4,660 68
838,746 838,746 00000000000000000002509da9476db6f578ae8d2bd81d83b992ea37b68db8d1 1.62 MB 2,604 70
838,745 838,745 00000000000000000002ef91640b252945d1aa97ed5a655e960bc13bbc70f58b 1.70 MB 4,505 83
838,744 838,744 00000000000000000000ac1b20a6a5ba60eda184a76edc0de8d08f36c190409f 1.67 MB 4,354 74
838,743 838,743 000000000000000000013de07b0e582b45173b93be070cd61fc4ad9f012c720d 1.82 MB 4,004 53
838,742 838,742 00000000000000000000eb39b58be5d8a77a7e4022d9fad8c60ced45844712f4 1.70 MB 4,071 57
838,741 838,741 000000000000000000025e119ef5f25cfa4f24d802470d5099c8d9f5a868d291 1.71 MB 4,467 61
838,740 838,740 00000000000000000002bc4156e92f9d8e2a51969151103be647e2488d87f1a3 1.63 MB 4,161 47
838,739 838,739 00000000000000000002eb63c680a820597d73b45b89849b66446d107756ef3b 1.72 MB 4,502 47
838,738 838,738 00000000000000000002e9c1b01fd646c7a061dd53e2af38006a994d844863ed 1.56 MB 3,892 77
838,737 838,737 00000000000000000002cdf3b1b2f6ccfd05abdc7b4b8a4c7e950d384478c401 1.66 MB 3,863 48
838,736 838,736 00000000000000000001af5289fdebac2b8e9cb0a30f052906ef93d9b086f0c2 1.67 MB 3,578 47
838,735 838,735 000000000000000000008ca8f2a39c248013a44a34d35f229d776a1691037e1a 1.70 MB 3,546 38
838,734 838,734 0000000000000000000335123e5f277af985650fba620c395c9d743d090131fb 1.67 MB 3,489 47
838,733 838,733 000000000000000000001b8e89998fca5ec460c285a6effce0505781ebe8bde0 1.69 MB 4,045 47
838,732 838,732 000000000000000000013c8aaed2a48e54538b3bb4ca55d97d557fde05450e33 1.61 MB 3,925 67
838,731 838,731 00000000000000000000dbb95860de8175c5da49738e1acf85e05ec7e682a12d 1.70 MB 4,498 52
838,730 838,730 0000000000000000000309d9b32a8dc1fb9b22ff22c25a11a5bbc952549b2e1d 1.64 MB 3,689 64
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.