Memory Pool Memory Pool Refreshing

2,276 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,675 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,268 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,674 (874,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,842 33,842 00000000a3c9cc5370482ecfdefb64d7ef6e9017490585314d6dc2b143cc884c 0.00 MB 1 0
33,841 33,841 00000000cea7c32927842c151b6b82b9fd730db5d221d97788b006347559426a 0.00 MB 1 0
33,840 33,840 000000009cd7abb37f58db22eb7a37bc61a1fb579de55bf6d3d437e9c99555c5 0.00 MB 1 0
33,839 33,839 000000006fd962cdd892e73bbd92512ab346e4fb8266c6c30a51aaf6d0c44cb1 0.00 MB 1 0
33,838 33,838 00000000bc2b98325aca7e91abe8e70ba0445d72688e905378e7cfc2e9db5cb4 0.00 MB 1 0
33,837 33,837 0000000094edff01abe9db9c1bef9cc236a67dd39d9fdc168c6668f178a59456 0.00 MB 1 0
33,836 33,836 000000003d3d5f75fbae35c90506dcb8847ed71a849a53e5c4c06236f31f83c6 0.00 MB 1 0
33,835 33,835 0000000085a84e6db2b6c30d6eafd19b2e385b4fe8cea1581ea348d9ce20f7af 0.00 MB 1 0
33,834 33,834 0000000003aa5f04ac5ea5571c975b39e907d8ea75a8a3ea0b695744c028a934 0.00 MB 1 0
33,833 33,833 0000000025bd6be0a72a49fe8e2bff01eb500775c9ace82ebbfb16bdc109828e 0.00 MB 1 0
33,832 33,832 00000000bcb1cb73fcc7e2d2bfa9a09f989a8c58707a09473e38f4e6bfb37fb1 0.00 MB 1 0
33,831 33,831 00000000c2fbdb6902b6cec26d0e02ce59ad469a4e9be1a90f01ffcbf93d92e8 0.00 MB 1 0
33,830 33,830 000000007745bf56a46a567d0fc072aad11c85bcf6a636b423d9ea92e1edd5e8 0.00 MB 1 0
33,829 33,829 000000003197afd3514edb5fc751c42e4d6005087218f3fdd2c05e214266590e 0.00 MB 1 0
33,828 33,828 00000000282dca9d9200828e795f8d1211f4afa813c25a33377ccff8c36fb28e 0.00 MB 1 0
33,827 33,827 00000000a8b8e9a057301996cefe564294e7b3bf0d8a3a3fa78370f12ca5addd 0.00 MB 1 0
33,826 33,826 000000003b25fc4bf24c4c7445830a90701e661e8b2cee133b6273fd43f29bbd 0.00 MB 1 0
33,825 33,825 00000000ad08c91fa6d4a8a955956f8a73da3d2d4024221bc199b1e820db3b21 0.00 MB 1 0
33,824 33,824 00000000bae17faa38be9a41f4287f53d8a23a53723634e1ddde7dbbca0fca91 0.00 MB 1 0
33,823 33,823 00000000c970058288cb8a82637b63404b773b4b56a4ed4a993425800495842d 0.00 MB 1 0
33,822 33,822 000000005a884276cac9935ea710b0a6b53a5b4a11d582b9c62fdb85c31f887d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.53 GB sent, 101.70 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.