Memory Pool Memory Pool Refreshing

1,411 transactions
22.93 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,168 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (811,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,564 96,564 000000000000910f0d7270736a0cf6de12d19b0c33a234e7fe348071c0390746 0.00 MB 2 0
96,563 96,563 0000000000062280c4afe191de093940f7106c6d001442b0c5fdf63457bfc48b 0.00 MB 1 0
96,562 96,562 000000000003aa8d960d79e2d45bb7680a32a03e8852be6d4e644ab5934c6c6a 0.00 MB 2 0
96,561 96,561 00000000000453d81028f25d07c69129d54e61059149f9de60c7f663b75f86cf 0.00 MB 1 0
96,560 96,560 000000000003a7486cecb653c459099a0935366bd6a058e11e29f71dc30f43af 0.00 MB 1 0
96,559 96,559 0000000000075b9753ed3857c81a4a91a78e38143739c5fc17e881a4a935cb64 0.00 MB 3 0
96,558 96,558 00000000000310b5bee4597e1fb907b5fda4d415b36fe591688dabf8ae839295 0.00 MB 1 0
96,557 96,557 000000000005a13948166fb936c4c2a7334d77358ef044ef2b43c9e7eba8917c 0.00 MB 1 0
96,556 96,556 0000000000076edd6d221d85533ce4bea1a2ff01c03ddd0898dd760a308a78cd 0.00 MB 1 0
96,555 96,555 00000000000118c566b2e2d5a0b387b56f75ff41839052443d6895b05994c374 0.00 MB 1 0
96,554 96,554 0000000000026b687af0882962e1b10b38cf91324bd2a2cffb1604f552a0cbc2 0.00 MB 1 0
96,553 96,553 000000000001cf927bfca31387b3c63ac9233c780e57c809b8b43321b8586c56 0.00 MB 2 0
96,552 96,552 00000000000291411a2d723ef965a82250a178593c42e0c4725542321cd3b5cc 0.00 MB 1 0
96,551 96,551 000000000001d4b6c4de194806b685854a43ee079db00c2d9935d183e6d8ade5 0.00 MB 1 0
96,550 96,550 000000000006b554b6272ebb29a95d65f31894ed43ae6f1666fc2432ad69b69d 0.00 MB 2 0
96,549 96,549 00000000000811f15d844254f02dae05ea1ced64c9172bf409028dc47eff6d29 0.00 MB 1 0
96,548 96,548 00000000000727f7923d1ad207d80a5ae7bda509317b38f3e00ceb3ef0e14314 0.00 MB 1 0
96,547 96,547 00000000000073a9adba01e28585c37b1e8a3f9cbc871c5156e17e924d844a7a 0.00 MB 1 0
96,546 96,546 000000000006a605fed6cea1ad1411c2a8f229bdb9b83b54f397ef400e551433 0.00 MB 4 1,453
96,545 96,545 0000000000054b5f384f12c273bd0e12fb62b7fa6391f25d6456b92d05550557 0.00 MB 2 0
96,544 96,544 00000000000816d5ad67486206e60999bbdc642efd52d6d38887f85a2e843236 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.31 GB sent, 98.60 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.