Memory Pool Memory Pool Refreshing

6,198 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,947 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (729,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
178,535 178,535 0000000000000238a6a384fc6951e9e954ae1e0e7c607c18011efbd0bf6e2d0a 0.02 MB 68 82
178,534 178,534 00000000000002df9e51ab40c457b4841f25bec3786ac48e5604d4d41ff52ed6 0.01 MB 14 3,650
178,533 178,533 00000000000009ec8c157ee0dea6a727ca6692e87de5cfcc732691e7038b668f 0.06 MB 132 107
178,532 178,532 0000000000000a4c247d32667a29a00360bf094460d342a6f7e1c0371a1a83ed 0.05 MB 118 78
178,531 178,531 00000000000006cd055b760b1845e7c20e4c686876404f9e54504e4e6ba09bb7 0.20 MB 429 112
178,530 178,530 0000000000000b014c3a35ec76633f7a7a6da63e3ee1b78607beba774faccf50 0.05 MB 161 150
178,529 178,529 00000000000001a0f0663da94b1f1af5cfc32dc645a10f668ce095172d458eb2 0.05 MB 127 166
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.