Memory Pool Memory Pool Refreshing

8,837 transactions
2.94 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,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (45,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,795 861,795 00000000000000000000455b0b9fbc6726978ca56e21dd09551304c84e7aff71 1.80 MB 6,768 2
861,794 861,794 00000000000000000000516c415b105fd196de8f73819c71497baf0291c9179b 1.65 MB 7,780 2
861,793 861,793 00000000000000000001a744ec683d14a1017f4333b51fe0c58da4e301b4e2ff 1.81 MB 3,203 3
861,792 861,792 000000000000000000012e340206b958c0dc2107fa286a4b48ae1fe387822123 1.46 MB 2,277 7
861,791 861,791 000000000000000000008e8a3f9a9fc566a9b12bd13a211cf124b1a9a080da40 1.60 MB 3,065 3
861,790 861,790 00000000000000000000fcb95c4c545d0f9922e86b99e906d89a89547e73b8ca 1.72 MB 3,347 6
861,789 861,789 000000000000000000009d3945ef94f3dc8408f391bedced9c62a79ee7b3acc8 1.60 MB 4,625 4
861,788 861,788 00000000000000000000332d84002c19d73f98b9183a0617a8b5610f4babec3c 1.64 MB 5,611 3
861,787 861,787 00000000000000000001ed47619687489815c0c778ed0b5573e22b49939a1bef 1.81 MB 587 2
861,786 861,786 00000000000000000000e06bdda485feea9b9851429ce8f26e49d4b80598e6b8 1.72 MB 5,153 2
861,785 861,785 00000000000000000002b71a5f865cb427ee0f2b58b14e9adc73446b80be7ebe 1.66 MB 6,677 2
861,784 861,784 00000000000000000002598bb362e9564e09ce586cbd11a2aff88c13c50f90db 1.61 MB 5,482 3
861,783 861,783 00000000000000000002d0eabf686962b1457fd66a0297e40fcecad209923245 1.91 MB 2,698 5
861,782 861,782 0000000000000000000244972b82b5dc1fe3b83eda4bf44aa6d6d93f9631a0dd 1.62 MB 3,214 6
861,781 861,781 000000000000000000025591412ea565b776efe66a7a14ad17d7761d0ca6e116 1.73 MB 4,192 3
861,780 861,780 00000000000000000002d8a02875d5a869b235fc9fd1adf6ab55a24da73757f0 1.71 MB 2,299 3
861,779 861,779 0000000000000000000228b20c82fdc8552e6a2764bb712db54e23ddb9bb55a1 1.57 MB 3,176 6
861,778 861,778 00000000000000000001cfe8a79afc9274f22fad78c7216299b562d54f09539b 1.77 MB 3,004 4
861,777 861,777 0000000000000000000220363d473bb1b6ffa62468fc19ddba9dcec167268fc0 1.41 MB 2,639 8
861,776 861,776 000000000000000000004dc4578a7314a8280dec22640269d19127e645fadd2f 1.67 MB 2,996 5
861,775 861,775 00000000000000000001c1794db7cc81e21ad5ed0a30965f20cfceec860a97a4 1.55 MB 2,724 7
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.