Memory Pool Memory Pool Refreshing

5,956 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,756 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (10,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,843 896,843 000000000000000000021ff7cef215cf12815880bf031fdb44d14636fd7a1272 1.51 MB 3,627 8
896,842 896,842 00000000000000000001a0e8eb677ab76cf999c41cd01f62c80b2016e841448e 1.48 MB 2,522 3
896,841 896,841 00000000000000000000e5249b45ee3220ced83261542b478a059c7eb569c367 1.59 MB 3,196 4
896,840 896,840 0000000000000000000136dbc0790daee281e7229b441d5c847ff4d2a26e16b8 0.47 MB 775 2
896,839 896,839 00000000000000000001813fbfeb6949d243d605b6d814bed71d86afda465687 2.81 MB 1,618 1
896,838 896,838 00000000000000000001aa916464d98fca1cbf9b1bd3d6b18d943995e4c86fb5 1.87 MB 4,268 1
896,837 896,837 000000000000000000002358e65e9c93950cadda170b4f7fc23e18561b1e7574 1.63 MB 3,403 2
896,836 896,836 000000000000000000025c3b7a298f4f5abc49b1620536407ec8ab6d12c55a25 1.64 MB 4,278 3
896,835 896,835 000000000000000000009bf6d425669f87bf00aedecbccb1cead4c17ae8aea44 1.51 MB 1,691 2
896,834 896,834 0000000000000000000020e34a7c3497d98f789d4aed83f09788ef55eb40ba6a 1.53 MB 2,125 2
896,833 896,833 00000000000000000001b6e78c3c484af74b169d35ea86070f54319a3c15f3ed 1.50 MB 3,636 4
896,832 896,832 00000000000000000001915c67bec57ef0b8f361d1df9b8b7fe1446d4c5bcfa8 1.57 MB 2,723 2
896,831 896,831 0000000000000000000093b322a583ee12e75d0036aaf0b6dba5a79aafd4c8c9 1.72 MB 4,466 3
896,830 896,830 00000000000000000001b1b75af2fcbd3ad974aa3d2b5a745af771d0d0a19783 1.66 MB 3,399 3
896,829 896,829 0000000000000000000005099643abaf35c540d5f2e72ed305ec323578dd4d32 1.67 MB 4,040 4
896,828 896,828 00000000000000000000f98c29a015f84e08c3a21b77319cbab5445785fc3259 1.71 MB 3,797 3
896,827 896,827 000000000000000000007cf17843f965a1594cd02aad170ef316d4e74ce31764 1.71 MB 2,491 2
896,826 896,826 0000000000000000000244655bf886486214ad84069c384fdd7500d9c7eebeec 1.66 MB 2,800 3
896,825 896,825 000000000000000000009328963c6c9d2beb7d2e23ed9b6eb6f1c09f8d686ee1 1.67 MB 3,343 1
896,824 896,824 000000000000000000017d03991c213abdb10000422a800e23dc4bb77c7a605c 1.29 MB 1,529 2
896,823 896,823 00000000000000000001d47092cfa6e4a4f84f2d48194a5b1b9c7437b35047b4 1.09 MB 697 2
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.