Memory Pool Memory Pool Refreshing

1,634 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (812,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,906 95,906 000000000006d1055ef2410e39e2705f649ba00bb690f4747052ca6d229a21b0 0.00 MB 2 0
95,905 95,905 0000000000006a4936f74575c0694d587ade6242d187fa64ac58cc8e89126c26 0.00 MB 1 0
95,904 95,904 0000000000056d466b866b56801395c99c224601ed3ac61997fa2a84aee9a262 0.00 MB 1 0
95,903 95,903 0000000000061324ddc5f4d366ce0779e9f92881553a42c144faef3da382a8aa 0.00 MB 1 0
95,902 95,902 00000000000092306633a517cfe3073878eca04dc564b756dd3bbc9119aaf724 0.00 MB 1 0
95,901 95,901 00000000000636b3780f83a4c0c0c17918343bbf73d99e1ac9f8dfdacd1295e3 0.00 MB 1 0
95,900 95,900 000000000007353c808928c1824296fa28040ed02f4011d6264ae431c839364b 0.00 MB 1 0
95,899 95,899 000000000000c57d102a9481dfdd831ad91cb199047036c950aef7a41d831c6e 0.00 MB 1 0
95,898 95,898 0000000000008ddfbf5f86e5bf3a151bcee48e9ae5892859b5a843dc8537424d 0.00 MB 4 0
95,897 95,897 0000000000058a3d0b0b1f9feebd7499e92266d242da3b552768e0a8e7700bed 0.00 MB 1 0
95,896 95,896 000000000005e59f9ab95967d7bfbf658725c19ab990a1d9ed3ab587ba84f8b6 0.00 MB 3 0
95,895 95,895 000000000006e80b16902830347efc590354f2c5445ffaca207444dd9dc42df5 0.00 MB 1 0
95,894 95,894 0000000000042bde2521d225937f923722ccdd0f66fedcec1ca741293e8c987f 0.00 MB 1 0
95,893 95,893 000000000001edfcd15e7291eff1b86991ad59541b1935aac02c917a09d1bf52 0.00 MB 2 0
95,892 95,892 000000000000d19be61194ef4080db0828a8992169b2201f1e87dab153fff0b3 0.00 MB 1 0
95,891 95,891 000000000001165e0011cabb183bd779c6ece45aa462c0dcf8ecf6fc39eeefc1 0.00 MB 1 0
95,890 95,890 0000000000046ef692a7305c5ab9ad5bfdc257bea79a65e1bfa20ab9e8550a27 0.00 MB 4 0
95,889 95,889 000000000004ebeaae902103b34199924eb638f766d8f8509bc267893fb69e66 0.00 MB 2 0
95,888 95,888 00000000000063ecf6478345a35d6102de1636811555e42b04060adae95061be 0.00 MB 1 0
95,887 95,887 000000000007911048c0effdab643b2e8e17e384c1d7e44d6134bd23ab867e1e 0.00 MB 1 0
95,886 95,886 000000000001504aa897ebdded1366b402f8482cf0087fc4da75cbd33dd3c30c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.