Memory Pool Memory Pool Refreshing

8,975 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,825 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,556 178,556 000000000000069069e08b87eb0f6f43c35cef5260dcff594dee4d2a35c6adcf 0.05 MB 73 66
178,555 178,555 000000000000019b59abfa0af818ac54fcac59d6eb9ccf20f4c4218e18d47008 0.00 MB 13 263
178,554 178,554 00000000000007f2023db9e24f6d36993b1024bed7bbd5194f7887cecd54cb70 0.02 MB 65 72
178,553 178,553 000000000000025283c3828db7b7b5753c37c7b7fc566fd87c69a9338a0053c6 0.00 MB 13 0
178,552 178,552 000000000000070355e617673f13a4fea357f7c900da71f62283c9d0b9beea0a 0.02 MB 40 96
178,551 178,551 000000000000065189105ac9437a99676891ef5f01a85574c4aad0a44f71f92a 0.07 MB 177 127
178,550 178,550 0000000000000221c927615ef042dfec728ebabf1051272f242680cdcfa50665 0.01 MB 20 98
178,549 178,549 000000000000096ce8fae98e0037cfdcecf618116c73ad2bcc8877d4450cfc1f 0.02 MB 38 155
178,548 178,548 0000000000000020f9455983f74737b56332775b748b6a6d2dc74c1eedb7c644 0.10 MB 208 110
178,547 178,547 0000000000000012babc798d7d941178390599dae8cd74086c51acfd200c4eef 0.00 MB 10 1,154
178,546 178,546 00000000000001f65d5b7ffd8120b44d86b53d55477012e89178531a11eba4ba 0.03 MB 94 619
178,545 178,545 000000000000089a6f634743a24bc21d15dbee9c4a59c1d00f034a065df3506f 0.20 MB 412 204
178,544 178,544 000000000000021092868798216f4b74b6ab191a573f9f6d9fb89b1dd9570eb0 0.05 MB 138 140
178,543 178,543 00000000000002cece492ccd1b5ec5a63bab13e3494cd223a9f72a41f284a633 0.01 MB 17 41
178,542 178,542 0000000000000296b2a220f780fac51f399c5df0cb0174468163f0822d27dea6 0.04 MB 118 80
178,541 178,541 00000000000006b7a0f7dc1233e7e19c535c54737bd78291ee1c019d1c58ca42 0.00 MB 11 489
178,540 178,540 0000000000000207e5151f965bb7095cf395fb274c0bd5d2e8c33edeaf5dec52 0.05 MB 109 125
178,539 178,539 000000000000088d77733547143e6c0e9ee01ab0c732ce2d6b59bfc5bd9065e5 0.08 MB 176 105
178,538 178,538 000000000000089ca795c62b3fe0391eaa4d0ff0ac6961b55429507a6dcf788a 0.04 MB 148 50
178,537 178,537 00000000000003887ff6b9ad88126a21f405051f06f1091cd0a5c17b0bd98085 0.00 MB 13 17
178,536 178,536 00000000000004dd0c6fb453ac22c6fd329ada4a68ea361fee421f96eaf4a6bc 0.03 MB 73 112
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.