Memory Pool Memory Pool Refreshing

3,552 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,362 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,071 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,361 (840,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,691 67,691 000000000101c0ea0a9c383f6977e45e2291154c94648550944981aa0bd4a045 0.00 MB 3 0
67,690 67,690 00000000046f7b77661c609cefa08210b5185d92aa3e630dc5d75826f23fe323 0.00 MB 1 0
67,689 67,689 0000000003f4a78d9f6ed18c44cb45a234e9576d5dc916538a7bbb6298887e2e 0.00 MB 1 0
67,688 67,688 000000000087aac6f10fcd17aa30f34fd5f57db8d2f2aa050937b5bd315d509d 0.00 MB 8 0
67,687 67,687 0000000002285222b2077bbc69849e41a1f46f40bb35dd27193fac8c11780054 0.00 MB 1 0
67,686 67,686 00000000058ea29beceefed6daa9af097d76a8e7de8cd272a4b252ec0ee60e04 0.00 MB 1 0
67,685 67,685 000000000201106a9c4b0e699bd749c9fe2365528dd916dca462793e99df3479 0.00 MB 1 0
67,684 67,684 00000000012e8a744974c98bcb5f7a476cdd185d3a9acae0abe1949f65f204f1 0.00 MB 2 0
67,683 67,683 00000000001957d84743277fb717526cd079d1c6ae517251647b96dc571e3e57 0.00 MB 2 0
67,682 67,682 0000000002a789d0f76598d0c30ecf51142a2e35d6e3c467c0c8e4100ca29a9d 0.00 MB 10 0
67,681 67,681 0000000001f775efc258c1a4398f7543f66dd2ffceff09d8ef8f4720d3d6e699 0.00 MB 3 0
67,680 67,680 0000000002143f60ed0fb9182a6721a906ae6905faaf28a8a2b750b1ac8aea9c 0.00 MB 2 0
67,679 67,679 000000000418e60f3df78409e86117dca19ff396efca4f96a8304aee986bc9cc 0.00 MB 1 0
67,678 67,678 00000000013f3122d1b564f2e66169aefa805cdd7513591d2701fedf150e2bf1 0.00 MB 1 0
67,677 67,677 0000000003c2de36975a1175238983c038b0dc37b7dbb78b950201cb381dfe0d 0.00 MB 2 0
67,676 67,676 000000000105f36073625b801c789bce4c3ca969120a08c8664f7cee5a54deff 0.00 MB 2 0
67,675 67,675 00000000041f2a7d619ed899e74904c83bc17ebaff106b308343d466efed242c 0.00 MB 1 0
67,674 67,674 0000000004c57100850a74b1931fe6ca33b6e946c37697286e12e2b94c859994 0.00 MB 3 0
67,673 67,673 000000000530b2df13e53f383f1c2baa9927cc37e6f58b8e1fc044f11ba122e8 0.00 MB 1 0
67,672 67,672 000000000016bab5422a426a4d5ef6922d924ef68ffd9d5d43f433ff9a960d14 0.00 MB 2 0
67,671 67,671 0000000004e8e5bf923f978e62ca67ecaab205ff21e7957bb0cff85d6e1d6c6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.35 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,703.05 GB sent, 98.95 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.