Memory Pool Memory Pool Refreshing

3,116 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (743,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,565 164,565 00000000000006c6fb6d210404582926c4bc77227b3c3db89dba520624981222 0.01 MB 12 54
164,564 164,564 0000000000000005ff0566a834af036cbf0d57d0694864a925bb46108ddbfe61 0.02 MB 36 98
164,563 164,563 0000000000000341bff2298b10a093dfdd2455b8a30f5a6c3986d55b0fc4a1c3 0.01 MB 36 21
164,562 164,562 00000000000008242d5ee1bbf0b173344b978df7170c994ab126101a24ebe6e5 0.01 MB 38 129
164,561 164,561 00000000000002b127d741f0bd6bf4149d2cd433ecec2551cbfb5a22a5ef388e 0.00 MB 14 49
164,560 164,560 00000000000001e7dfdc2a13b69b8b9d314330b5cdc77507e6ed3b12ed2a597a 0.00 MB 10 83
164,559 164,559 00000000000002872e6d64da104df826a51383ae6f469b1094e421ca39a681c5 0.01 MB 11 54
164,558 164,558 0000000000000637d7ec90acdc9c621d4db68f33d2af5e823c2bcab37f66370a 0.02 MB 43 78
164,557 164,557 00000000000007afa61fb756c57eb0b29511ea2674ca7f6c0325064846c2a946 0.00 MB 10 0
164,556 164,556 000000000000070eb71b09096d70172b01bcaf2cb3762d30dce116a73a2ec22a 0.02 MB 35 154
164,555 164,555 0000000000000b43bb41617abd58a9b5ac78e8c30ea728503648f89f4b502625 0.00 MB 10 85
164,554 164,554 0000000000000891b164d5fd53d5ef329615cf65267dac48a1e786bccf3be298 0.02 MB 44 3,342
164,553 164,553 00000000000009d6bd8fe2cbb0aa7ad99d3032569fd69e7d72d7629d8136e063 0.01 MB 9 16
164,552 164,552 00000000000006f7c7db06db23d80d6763a25c12b89c8e98920b540f0b21c799 0.02 MB 32 3,294
164,551 164,551 000000000000087a39d4f78ee626f628f032234bd5daa8b64e14c0bae5938ffe 0.01 MB 13 595
164,550 164,550 00000000000001c0a61a3327408d1084b5e87cb5b734bebc7f49da70ddbbd64d 0.03 MB 100 217
164,549 164,549 00000000000002194e872cc799618a2e2de0dc1c94739d9893edf289b18d6dc4 0.01 MB 30 276
164,548 164,548 000000000000043238935cf2de5cb0147701970475406373fe5daea17787381c 0.00 MB 7 1,116
164,547 164,547 00000000000001600224feda3b653f0fd96f99b9f467b33fad99cf8a057365f0 0.00 MB 6 169
164,546 164,546 0000000000000b537f5529021d0b0a29d5b19b42286e783a3f5bb107406c733b 0.04 MB 89 33
164,545 164,545 0000000000000c2bd91dc198343b17dd250f48901d15235b67a933fc8873dcfb 0.01 MB 16 47
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.