Memory Pool Memory Pool Refreshing

3,569 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (131,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
776,290 776,290 000000000000000000016ad7fa34a22065617f4017b9b0086bf332f0fd0763d7 1.55 MB 2,326 19
776,289 776,289 00000000000000000004a530ab3796f6710f61852e838112fadb4b4e80d9856a 1.51 MB 1,924 21
776,288 776,288 0000000000000000000011ba7a5f723c864a53b49ae064a63a9e2e3e9fa1df36 1.42 MB 2,413 20
776,287 776,287 00000000000000000002f9b8ae8dc6780bae44acb6db8d8086ce484ddc009825 1.28 MB 1,731 24
776,286 776,286 00000000000000000003e313e829a6fff9aeabe99d9949d20aa77c0ab8a3f9ce 1.55 MB 2,240 21
776,285 776,285 000000000000000000021748782a3b31642e2317983eab656c20338f3b9c221f 2.48 MB 1,502 6
776,284 776,284 000000000000000000042002f1ed9ee9a8e9a6b895ed97864334665eefbee631 1.86 MB 2,621 16
776,283 776,283 0000000000000000000693d0ebbd67718c37c6717faf4803da2096c778fba2c0 1.48 MB 2,892 27
776,282 776,282 000000000000000000033089ed700a29954f7b04ad186b0aaf75a4789fe622cb 2.65 MB 1,419 9
776,281 776,281 00000000000000000005eba5f31a3d04a932452e60fbba090a03d28a3a4c9f39 2.23 MB 1,811 14
776,280 776,280 000000000000000000036a98d53aa0f80ed21288d45ec35f896ef00c9d0150b7 2.15 MB 1,162 5
776,279 776,279 000000000000000000034f01bfc4d7e37be6ebe5382d793e4061937cc0493d52 3.09 MB 1,035 7
776,278 776,278 0000000000000000000281e6104ec4cd388343eb1577593573e5023c684e4607 1.44 MB 1,692 18
776,277 776,277 000000000000000000038f6939be00630d06a3d2fa0c26257897a47be9154bac 2.52 MB 1,410 8
776,276 776,276 00000000000000000001cf15ccbb6e2a1051349170f8ec8ee7aa95f4d50f3d1f 2.39 MB 639 4
776,275 776,275 00000000000000000004ea33208e672a5206f3110b7fb1bf4d749b58e3b7b248 2.64 MB 502 2
776,274 776,274 000000000000000000031bd6370de15d0ec499f4eadd5c87c5e7063ee487ea6e 2.68 MB 1,910 11
776,273 776,273 000000000000000000041c8cc047686afd74f880464c0a2bc20f20413a9751a2 3.13 MB 903 5
776,272 776,272 00000000000000000006929684f818009e5719a1a860e4da0b618c8add74d7e0 2.57 MB 2,030 11
776,271 776,271 00000000000000000006e253c89c5ebe27e2837d3650101ca6b6c4b0d80d1cc2 3.45 MB 839 5
776,270 776,270 000000000000000000021b0c67d6198b27656b04d6abb4c13c6462830a00dca2 1.98 MB 2,281 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.