Memory Pool Memory Pool Refreshing

4,239 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (85 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,604 908,604 00000000000000000000403602bdde2e18568c59b162c075f43932b96f8b0697 2.37 MB 648 0
908,603 908,603 000000000000000000019018ca19d7b65578fb779feae03b386014ef5d89b25a 1.77 MB 2,371 2
908,602 908,602 000000000000000000008c2b276d10a68e001424021f216d265f42852dfa1f46 0.00 MB 1 0
908,601 908,601 000000000000000000015d7097ac8a616b0a7379834b3e956327230436d3b88a 1.80 MB 4,013 1
908,600 908,600 000000000000000000008e549dcde4b29cdc0ae010a8b8531f8a7deb33097144 2.01 MB 3,880 1
908,599 908,599 00000000000000000000b1c6897e31e24277199629f5a30041933bac8dc027e6 1.92 MB 721 0
908,598 908,598 000000000000000000020a3c92799772fa0160dc2805a1d819e12b5cb67b7c2f 1.21 MB 2,274 2
908,597 908,597 00000000000000000000eb5b04546f3e597c67eebc6aedf1281dc48933d93c20 2.12 MB 448 0
908,596 908,596 00000000000000000000635ed14efe73880aab1c790a865c0dc5104fe7a2a404 2.10 MB 1,116 0
908,595 908,595 000000000000000000018de2ca6c9a9ba54461e0a99aaac4e0140041543da2b9 1.30 MB 2,799 3
908,594 908,594 0000000000000000000216a9358a8f5dff553f5ebac4732a8af34ed723b2fba7 1.82 MB 4,070 1
908,593 908,593 00000000000000000000f0d47b6e10d6d6d7f712888a4861e66819d78cafe331 1.85 MB 4,179 1
908,592 908,592 000000000000000000007dc9a59c6495a3a663224ec7630aadd64981019aac1a 0.45 MB 957 6
908,591 908,591 00000000000000000000671bd508e0bb7a44262ffeb85b3ace1d18b0c4a446f3 2.11 MB 2,895 2
908,590 908,590 00000000000000000001778ce52a9c1fbf9e2370f9f9f38c920d3932f14987a5 1.91 MB 2,614 1
908,589 908,589 00000000000000000001460f50758ac61a989ad33ea53e958a2973f976034b45 1.65 MB 3,510 5
908,588 908,588 00000000000000000000ae1fb2672d61e2d9a9cfe2fd0596d217bd876352d9bf 1.74 MB 1,984 2
908,587 908,587 00000000000000000001b166ff45dc794e1b4d52b18b5539c5d0a04a92a75508 1.79 MB 3,257 1
908,586 908,586 00000000000000000001e96aff87a673d546055f0f9483be3a6573c6d6ec9c69 1.88 MB 804 2
908,585 908,585 000000000000000000004432cf9ab7252621492e0cfc78e3bc629f774403089c 1.64 MB 3,382 4
908,584 908,584 00000000000000000001040a40c17b60b8fdcfd81fdbbeb7c754e4825ffde3e9 1.57 MB 4,081 6
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.