Memory Pool Memory Pool Refreshing

5,724 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (617,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,926 289,926 00000000000000010a4aa98bdccf066e487205b0ea6b45cdc7fb66a516e46406 0.25 MB 458 30
289,925 289,925 00000000000000003a3812863caa304f8e57c32a1051d1c40b7e55c8c7f9fe04 0.17 MB 319 28
289,924 289,924 0000000000000000df5d741d5170154fd0d7ba389bdc547a5bd56e659a0875ad 0.35 MB 613 36
289,923 289,923 0000000000000000cca3089837795ece45da760cd56f4e8d3c2efa98949ddb5a 0.17 MB 423 63
289,922 289,922 0000000000000000179e990f8938e0ebb10323b73831d8f697b77e50ca338ea4 0.10 MB 172 25
289,921 289,921 000000000000000028b7a5a72b879251790f9de93f8bdc0f5f131031682a6987 0.36 MB 728 37
289,920 289,920 0000000000000001109641ef183fd5711daa1a9934c7ff6bbaa3a97346f5c802 0.48 MB 820 35
289,919 289,919 00000000000000010fcc4b1e763bd28fdf6182d4c938527c836115e2c337ff24 0.24 MB 253 22
289,918 289,918 00000000000000006f45256355439afcb26a5f307865f84add44f74d24a14bb0 0.90 MB 443 14
289,917 289,917 0000000000000000b6d52deb03001e9676ca7e468cd8eb011b7e4faa5f53c117 0.35 MB 240 13
289,916 289,916 0000000000000000e4b260ab59674b49b0e9d576f31f0c238eb6f551b8d288f7 0.92 MB 1,970 36
289,915 289,915 0000000000000000861df1d1c648f12eaf2ee3b92892942dd13da0fc2c7bf70f 0.25 MB 739 45
289,914 289,914 0000000000000000ddd22a5c4ec70d9136aef6f416cee41e7845930bb12deabe 0.30 MB 1,024 67
289,913 289,913 00000000000000006e1c4955419494518a4d6d54d3fbe997d71bdd7a14cfc0dd 0.90 MB 1,686 33
289,912 289,912 0000000000000000ec521e4f609f765a5e03ac7f761cb21aea5a4b583348539a 0.13 MB 195 38
289,911 289,911 0000000000000000c071afb17618d455c0816ba1b619d3fc47ff84f86f7408a0 0.32 MB 609 32
289,910 289,910 00000000000000002a071982168f65f672886421ec9a0d18d5eaaeac85904ddb 0.14 MB 309 32
289,909 289,909 00000000000000000ca91ad39d19052a11b31cbdf77ef2f1ebf956abb9840dff 0.18 MB 278 29
289,908 289,908 00000000000000004952196082a7e5c63539edd0abdf8fc2d797ee88d92f09db 0.35 MB 666 41
289,907 289,907 0000000000000000d782c594b22aae853f5a4553c194366e835fbbddda26ab28 0.65 MB 1,197 38
289,906 289,906 00000000000000003c98826e5b6052903bc1c41018e875a7c4b879a984860e94 0.10 MB 256 29
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.