Memory Pool Memory Pool Refreshing

1,628 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (801,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,912 106,912 00000000000015518615bac131ef71479ab3cafdbae93c732c20ebcb73bbe896 0.01 MB 27 0
106,911 106,911 000000000002573509780cc889dfe97ca8839addbcc5cc1e233118bca1218be7 0.00 MB 5 0
106,910 106,910 0000000000011b19d64414a0a3dc4c2655ba41086af1a19eb7f0b29a7171f32f 0.00 MB 1 0
106,909 106,909 0000000000003ee0693b0a175d50bea2cec6a89a38b696ad7065aea616053e54 0.00 MB 2 0
106,908 106,908 0000000000002ff5fe80c77db9c1f71ce9bd65ca18d0d8b2035f23f7e59d4493 0.00 MB 5 719
106,907 106,907 00000000000162c07291714008dbdec61491a13fb8129bad565ed048c9335c24 0.00 MB 3 0
106,906 106,906 00000000000238da474ed8ce251fc6908391cb9c69c228ee1165b417d0240d06 0.00 MB 2 0
106,905 106,905 000000000002848d2f113539401d0ccd15812fb5efb499818efa1b0832f21cd4 0.00 MB 2 0
106,904 106,904 0000000000001a4b3d124acd01389b9e9f362e28f8cc008a7fa95a978c8de94e 0.00 MB 5 643
106,903 106,903 000000000001b610cf0822f3fdf2c69a98742d5a09508d65507b8b2d7040252b 0.00 MB 4 0
106,902 106,902 000000000000915901938c34f3c3834ef53d272162f0d7f25a7b6f2b6fd5029b 0.00 MB 5 0
106,901 106,901 00000000000033a13a421ac3aff5fcbb1646b780a27d8cc865c87646f19f3362 0.00 MB 19 0
106,900 106,900 000000000000bf66e5c7943dad9b31db5637b552cb37086ee2daea96c2751564 0.00 MB 2 0
106,899 106,899 0000000000025232e0aea7d4a03f5c7ed927eff3ed2da48b200b25649fe75119 0.00 MB 5 0
106,898 106,898 0000000000008dc610a0b8a48dcccf3e1236ef3d08cfcebc5a52c15e85a6cbb5 0.00 MB 1 0
106,897 106,897 000000000000d182cd9721f1ddef3d9f845672f7468f81a41cffdd2c5b62b557 0.00 MB 1 0
106,896 106,896 0000000000026efed9b9ec871b5534af99cd6236b1d00f966afe85a9ba3f99d2 0.00 MB 3 0
106,895 106,895 000000000002397a70e601f0543cf78c0f8923ff489b2adc0c0a381738370dda 0.01 MB 22 0
106,894 106,894 000000000002267ef8a3f55f0e4651c08fa4eff242168ad2eba1918e93e9c919 0.00 MB 1 0
106,893 106,893 000000000000f68bf70d8ac096c12cedae3bd95a8461393c9bdfe06456756355 0.01 MB 9 0
106,892 106,892 000000000000d6fe21192c1f8dec2b572543b2e256ddb41b28610bf5596e74b5 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.18 GB sent, 95.73 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.