Memory Pool Memory Pool Refreshing

17,635 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (610,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,758 296,758 000000000000000015c90d2cced55f08330c80c7954e5d5f1ea19107feccf958 0.35 MB 690 44
296,757 296,757 00000000000000006591fcc2bc68dbd4ea3ec723307cc26ebf44bd680c3647f4 0.01 MB 16 42
296,756 296,756 000000000000000022a064b8df8d1f03241734d509eaa425d7cae61859582b2b 0.02 MB 43 76
296,755 296,755 0000000000000000146eee8abe06f140400998ac6916f59195c54396f3956b64 0.09 MB 144 48
296,754 296,754 0000000000000000441266ead77c0135d4715d2d9dcb8a35474783edbd7abc7b 0.12 MB 150 26
296,753 296,753 00000000000000001898daacf38e11465ee262bbe33b41deb1376f098d84ba61 0.34 MB 441 34
296,752 296,752 00000000000000007d15fad9f42b90bbd49dfa67de077fbc55ac7d07acb826b9 0.02 MB 67 36
296,751 296,751 000000000000000070d07deb74218bbb83ac6c4647076ba5f72b8d46a8b5fd3e 0.04 MB 91 30
296,750 296,750 00000000000000005ab7f9b0ceb25a24970fa32b78671f4a55c58f9ce64f1338 0.27 MB 457 40
296,749 296,749 000000000000000057eac5fbf6a4819e4407bba8012967c3144418270193158d 0.25 MB 514 51
296,748 296,748 00000000000000009038bab2439d77d8187c1f8db80045d82602c1f88d555c84 0.01 MB 12 20
296,747 296,747 00000000000000001e3857ed1246cb7ff52d19a565e6f1127db8e63a08b5ee92 0.04 MB 103 37
296,746 296,746 000000000000000086579094ac99d9d5a1778f308c8fccc203fe471486bab149 0.06 MB 125 52
296,745 296,745 00000000000000009c1950dfdb8f930ed1ced05fe082abf8e22f39b2220604e1 0.21 MB 317 44
296,744 296,744 000000000000000067ddf79a3fe943a10055de16aeafb483777b1ff07a5b73d2 0.04 MB 87 67
296,743 296,743 00000000000000009d7badd64c43905ac7c33cd3d5073ca5adbc17ead9af6105 0.28 MB 370 34
296,742 296,742 00000000000000002cd8e42631a0665ae1caa0c4a120d1bb53866bbdb33efc27 0.10 MB 128 21
296,741 296,741 000000000000000044e803ae5c1f29676ba2423bf969f84c57216055e1fef288 0.34 MB 492 41
296,740 296,740 00000000000000001864004818585e8cfc55855163c94042c7d1a7b928815eff 0.04 MB 77 70
296,739 296,739 00000000000000007d2ffc24592e5fe04b0a25b66c74a95d874f83e513046a4e 0.22 MB 81 19
296,738 296,738 000000000000000087fcb9bf4e07073e589c30833969aac696cd66fead418460 0.33 MB 357 35
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.