Memory Pool Memory Pool Refreshing

5,304 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,776 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (444,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,049 463,049 0000000000000000015f399b3dbcba5fed45739d9e7b5ea658c558026262e286 1.00 MB 822 64
463,048 463,048 000000000000000001def80b23aca449ab7ddb5360b908c0967fdda862afb2c6 1.00 MB 2,051 104
463,047 463,047 000000000000000000485344b4667c0140c462ce9c6733d5a7f9c8d264c1f96c 1.00 MB 2,397 144
463,046 463,046 000000000000000000dc3912a2e1e01966ea0f90619590ae16eb6d210ac303de 1.00 MB 2,784 176
463,045 463,045 000000000000000001c7583d99f0e0869e388ccd107b06156585fc4c0f4f305a 1.00 MB 1,753 106
463,044 463,044 0000000000000000020602bd00e92cfa64adfc630e496509eef268f42cae2ad9 1.00 MB 1,152 76
463,043 463,043 0000000000000000002ea9f9a19272905337e1746482d01c524eae3d068e75cb 0.37 MB 229 27
463,042 463,042 00000000000000000160537987fa0f3e61fc8d9d4ee92251b9cf8d3fdae084e0 1.00 MB 1,552 97
463,041 463,041 000000000000000000f2c07ef99b942259f3c27d9009e718dd61dbec40e4896f 1.00 MB 1,508 82
463,040 463,040 000000000000000000d09360c16bb152979483798390cf0478288e914dbfe1cf 1.00 MB 3,244 237
463,039 463,039 000000000000000001645350b56eae5bd8b5de500af5452b145db0df7a154208 1.00 MB 1,131 69
463,038 463,038 0000000000000000003eb7d40cef72f0f3bc99f7a2b0619ba0e06d71ec695eaf 1.00 MB 1,996 86
463,037 463,037 00000000000000000121fe904d9ea43d85eb81466d2a8737eb7b49f48985975c 1.00 MB 1,743 169
463,036 463,036 000000000000000001981340bce172976984e95a026afa75831a24c6f90e1526 1.00 MB 1,259 74
463,035 463,035 000000000000000001e22733b982f14e0304109efad47d9a4be0efd2f659ca30 1.00 MB 1,734 63
463,034 463,034 00000000000000000120df978de707821b6e3fd031e86a140f5d4baa9622841d 1.00 MB 2,858 141
463,033 463,033 0000000000000000007e8070816a9e33f287cbb625221b29c93beefddc219a94 1.00 MB 2,482 162
463,032 463,032 00000000000000000129ac66f67ab0c76844d1ebc0edc6a4eda1a73806cf6e80 0.99 MB 2,142 123
463,031 463,031 0000000000000000011732247d0f9c1d2a04c91170c4efde4d8610ef7701c3f3 1.00 MB 2,140 158
463,030 463,030 00000000000000000125266579c7a60054cf4733bfea0d3859593e0777a9b0d2 1.00 MB 3,033 188
463,029 463,029 000000000000000000d282235f3b4ba8817df39213ba4640ef848d3444d9e4e6 1.00 MB 1,876 105
Previous 10 blocks ↓
Total Size: 769.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,634.65 GB sent, 94.04 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.