Memory Pool Memory Pool Refreshing

4,240 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (742,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,540 165,540 00000000000003e95e99f6a06d13d78c7881b42fa731040a679925c9984745a9 0.01 MB 18 251
165,539 165,539 000000000000053274bbc7b90f9fbc58861de97fd0f0039f987f45f436dc5210 0.00 MB 11 98
165,538 165,538 00000000000005aa434e039528f139726517004b1d02641bd654b1a7f0491539 0.04 MB 134 83
165,537 165,537 0000000000000889e4b50ff267211a22f56be84885c880864c0de02e565588b5 0.02 MB 41 155
165,536 165,536 000000000000094aaa6e1823c91670880a07c2c38f81463e03caa17f44ed3a18 0.03 MB 67 123
165,535 165,535 0000000000000a25d96f556303408ac0c0473107a1076a685dd0f3cd433af9c2 0.03 MB 92 20
165,534 165,534 00000000000009fd059a4c8d37a7280132c01a003e5e0c3fbfe76b8f22fe51e1 0.03 MB 72 118
165,533 165,533 0000000000000ac15badf58e1b53bf1b657924046cdc9f4f7ea38b72059cb855 0.01 MB 33 366
165,532 165,532 0000000000000b05dd0d0622dc0568768954229022cf5839ae65a8c3c44e3f04 0.01 MB 31 3
165,531 165,531 00000000000002902726d048027bfab89a1b5845bcc8d5ba92379e368d199e02 0.02 MB 11 292
165,530 165,530 0000000000000a6f8c3ef8c4d93b2c3bdf08c7187e381e25c53408ecf011d954 0.04 MB 75 116
165,529 165,529 0000000000000a634a9d31cd28aa4a6ae691cc74f3e95474f0b12661e3c48d28 0.04 MB 131 103
165,528 165,528 00000000000009e965532c0a2c3dcb26b5100a464c97faae71c8e1234c1cb419 0.04 MB 61 55
165,527 165,527 00000000000001fb32885218fb82b5207507b510988cfef61dd30c95106ef662 0.00 MB 1 0
165,526 165,526 000000000000078af78efcaa820074c4a9619bd2bb17d3d324d427f75a9af5b4 0.00 MB 1 0
165,525 165,525 0000000000000216c90436261070ec0a575af972435c60461e7d85535d47326e 0.02 MB 66 2
165,524 165,524 00000000000000fa663e9a5e793b275579500d99b82212598f883b0b6a89c91d 0.01 MB 33 40
165,523 165,523 0000000000000572c437edf738aa3cc1e733bbfd4bdd51f3a6bb985fae130d9a 0.03 MB 97 146
165,522 165,522 00000000000006e7a9f8dc7e66cd9d9581bfb5141227b0ab6e34c9cdb033d6e0 0.00 MB 1 0
165,521 165,521 0000000000000846a1bc4dd1ffb85a6868952557a6e0da50950a5703ebdaa625 0.02 MB 38 119
165,520 165,520 000000000000042c315a0a20af62c762ce83f23d3c6fb00e2c72c60e881137b5 0.00 MB 9 1,279
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.