Memory Pool Memory Pool Refreshing

1,069 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (812,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,911 95,911 000000000004e246a9410b9051366c307b67a4335251f2dc5c4cc75c34e4c148 0.00 MB 1 0
95,910 95,910 000000000004313383bc3d9dca9fc79ac476894b6573d901c729ea13e5850c21 0.00 MB 2 0
95,909 95,909 00000000000389a3faadcc222e1be6b401f7c7867641529ee1f1b738749c0173 0.00 MB 3 0
95,908 95,908 0000000000068198742b4dd0bd0fc04b348422078f4bc73a529daed453fea8d3 0.00 MB 1 0
95,907 95,907 00000000000004a1574fff083fce9bc006261d30b7f7034741dd84f12be2c15a 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.