Memory Pool Memory Pool Refreshing

1,872 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,110 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (611,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,765 296,765 0000000000000000641798a50477ffd58bce1fc0eae57f28e1d2da8f77d47288 0.29 MB 471 71
296,764 296,764 00000000000000005eafac52a2cb8879124f4dbae54919bf2f73c03a5570131b 0.01 MB 13 10
296,763 296,763 00000000000000003db619238d50798ddf853258af8c0fa02a88ebc4c034d3e3 0.01 MB 8 16
296,762 296,762 000000000000000061c2765a3bc6efdeb34b52e5c8ba7c30baaf4531a9ec4e92 0.10 MB 105 25
296,761 296,761 00000000000000005f18c93e43463e04e1988167624c1bef0d4843524ff972f3 0.19 MB 357 51
296,760 296,760 000000000000000028c75c095ab40c235bbf1a358d790a75598bba70269b076d 0.08 MB 109 35
296,759 296,759 000000000000000062acfeab5f063e63273d23b06f1a1b73200a1b22ec7ebcde 0.09 MB 122 25
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
Previous 10 blocks ↓
Total Size: 769.75 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,679.43 GB sent, 96.63 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.