Memory Pool Memory Pool Refreshing

16,811 transactions
30.76 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,689 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 3,819 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,688 (170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,518 881,518 000000000000000000019deb77686a436b6793d3278fdd364b6bb3c06d31b1cc 1.70 MB 3,622 7
881,517 881,517 000000000000000000016e36110b98d1a890468ac8fbfb898b781ab02d282fe8 1.89 MB 2,590 4
881,516 881,516 0000000000000000000281886c750eab63b979212db5955a484f58b5ef1586d9 1.56 MB 2,924 6
881,515 881,515 0000000000000000000044f0b2e47924a2f986fc7ed766bd007e59f193b7e698 1.69 MB 1,973 5
881,514 881,514 0000000000000000000004af849d88d40386ec3c11e49d69850162f9ac3d4d32 2.15 MB 229 4
881,513 881,513 0000000000000000000198e6130bfa986d7bae866dd1efe9004833c03b187f51 1.67 MB 3,058 7
881,512 881,512 00000000000000000000d06f485a6a699e4b8dcbb2d74ab2a31220dafd31bfd4 1.72 MB 3,115 5
881,511 881,511 00000000000000000000c0ee12ef448b738d1449391e22cd62e59c9bcf36dc99 1.57 MB 2,996 9
881,510 881,510 000000000000000000027c37a01ad49df7f80efce69fdb65cd5b66566569b353 1.55 MB 3,037 3
881,509 881,509 00000000000000000000ac910973bea202a6d8a2094e4ba05f03e4060b2b4223 1.66 MB 3,568 5
881,508 881,508 00000000000000000000ca691839dcb962fd4cc2c528e2f25ef1e86435b38975 1.86 MB 1,578 2
881,507 881,507 0000000000000000000228b8feb1b2541d29277bfb41f2648f60808ed007e00d 1.78 MB 3,228 4
881,506 881,506 0000000000000000000232d87d78af20d3a0b2071cc4244f5415223d9805c6ac 1.84 MB 1,795 3
881,505 881,505 000000000000000000008afcb58a953a4ca3ddb0402087253184102fe0f13f30 1.94 MB 2,289 3
881,504 881,504 00000000000000000001dc7e9a66f7898714d4a3daee61615d4c7ee851808e55 0.75 MB 1,421 4
881,503 881,503 0000000000000000000250a6205f978d19200b9e08ceca098d974038feb0c698 1.97 MB 1,908 1
881,502 881,502 00000000000000000000531c71ab09081b605d34eaaa6547e196327a1604fa8a 1.55 MB 3,839 5
881,501 881,501 00000000000000000001463fd5c73147098d5100f4cc33b514e7b9115f8b478d 0.19 MB 318 3
881,500 881,500 00000000000000000000226e5b9344a22545fb0118b6a90a7aae05a401748a5d 2.04 MB 1,241 1
881,499 881,499 00000000000000000001dff08d7fdeeaaeb46dee4dcee0869ffa7b4991ed9057 1.76 MB 3,038 2
881,498 881,498 00000000000000000000a57ea6453e9239858e0417e9effa269a2a47a1417e69 1.06 MB 2,620 3
Previous 10 blocks ↓
Total Size: 721.78 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: 2,019.43 GB sent, 72.46 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.