Memory Pool Memory Pool Refreshing

5,630 transactions (2.11 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (871,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,769 37,769 000000001fb5fcc083c27bc6fed782fab94a40ac4bb567e3a023b6557c38882b 0.00 MB 1 0
37,768 37,768 000000008b01522a76558b4566ad5b79685ad2262880a934202d38f07f48fbe8 0.00 MB 1 0
37,767 37,767 00000000643190f8f594e90dd3afe86e167885aded482d29cf8fbdcf7c991255 0.00 MB 1 0
37,766 37,766 00000000bab91e64f833eca07651c8fa537783a083fbc168178bd31941ab0cb1 0.00 MB 1 0
37,765 37,765 000000008d7c4d1294653c71aa55acb44b25f45db4b17735f3117bdbb7161c72 0.00 MB 1 0
37,764 37,764 000000001d93a2f6524792b163c557897c3bd442d8175699aef786cca1a5fa71 0.00 MB 1 0
37,763 37,763 000000007d09f34288146dde11b5e22b8a44aceb6f432376a9e1b8f495a42505 0.00 MB 1 0
37,762 37,762 00000000877eac4f11b3885cd9fb3b64f2f642bcee2dc2902560fa87c47989fb 0.00 MB 1 0
37,761 37,761 00000000948409e4cf4ace318408f213979b39984c9764728377e6a2278fd916 0.00 MB 1 0
37,760 37,760 00000000180c8d40d65dd61b4a5e63fa66d96faa034a49d51387ae79a5107213 0.00 MB 1 0
37,759 37,759 000000009845212499319d3efc9a51ee757e596ca21f1ea5f3dcbce997628440 0.00 MB 1 0
37,758 37,758 00000000bb380b571d5d4d8ac79be0728ceecafef89def460743326a5c43d4ed 0.00 MB 1 0
37,757 37,757 00000000b7835f93392d07c90158ecf0e0fc0b53bcb0ba67d36f636dbf5ef38a 0.00 MB 1 0
37,756 37,756 00000000b8e7e84ecc900bb4b5594658ff16319fe78217ba03aa621fb5c18e13 0.00 MB 1 0
37,755 37,755 00000000328233bca65ef89b4adffee8146f1efd3cb3ee4589daea39b6ce474c 0.00 MB 1 0
37,754 37,754 0000000068054cbb935fbefd96c14750ee4acff2cb111fc436b53144ed4255f6 0.00 MB 1 0
37,753 37,753 00000000a677b2e7ced76c522b28f00d471975f466d37d590e53220ba7832eaa 0.00 MB 1 0
37,752 37,752 00000000bb1814be4b76f4a65b8bf0e52382df9a7257d86449cf1c8d5926c746 0.00 MB 1 0
37,751 37,751 000000004ea629a81089696410ab385a6fe5c41f306f78a7c2ca4fd8588f74aa 0.00 MB 1 0
37,750 37,750 000000008e4fb56914bd1bb5221a48222ed23c13a219d8da8eaedee9d786aad5 0.00 MB 1 0
37,749 37,749 00000000b85f136331a93558bedffc6c0ab5680fc533eda5a0a22e452c9b9c44 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.