Memory Pool Memory Pool Refreshing

2,610 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (73,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,754 833,754 000000000000000000035363848980b00f967adbef171b487c4d737971b8b056 1.81 MB 2,760 50
833,753 833,753 000000000000000000004a8d955a256c7eb3bb9badab3ff8669fa6d82b389f76 1.65 MB 3,524 52
833,752 833,752 000000000000000000024d33d94737fc73c969e8e88838ca6525a498d6aeb1c7 1.60 MB 3,181 72
833,751 833,751 00000000000000000000ad0ada3e1f947332db60ecb8cd748941a51f51f7c516 1.93 MB 2,582 64
833,750 833,750 000000000000000000034d6ef6f8ad01b4ca8eae274aa29279b55a6b85472d64 1.71 MB 3,128 46
833,749 833,749 0000000000000000000093f6ee6f4f45d85e619a4d62d18b2fd2b9601d330f65 1.57 MB 3,329 63
833,748 833,748 000000000000000000006507e1f375495943c84bf77c0092d1a9dc50bd812168 1.83 MB 3,397 26
833,747 833,747 00000000000000000000f0aac4ea434f5116213c113a4cdf055530b23736c92c 1.73 MB 3,354 30
833,746 833,746 00000000000000000000bd07ecc43a461b66532a441dcf540863ac9c17812cdf 1.71 MB 3,018 24
833,745 833,745 00000000000000000000336ba6de7e2470ffb3f30875db9478ab66a391cfda39 1.76 MB 3,128 34
833,744 833,744 0000000000000000000355d6602ed3e8406523b8f304a472b6213e58c3ef782b 1.64 MB 3,531 46
833,743 833,743 00000000000000000002a6a65bf272061c58357d1c3747d5414da38e495f3536 1.72 MB 3,129 50
833,742 833,742 00000000000000000002dc83e4ab53ed9753007d35b1d5dbd803d5fab4538a00 1.66 MB 2,634 21
833,741 833,741 00000000000000000001b0ba076305ba7e7bb596e420189beb50278c0eed9c88 1.14 MB 578 12
833,740 833,740 000000000000000000011eb8c0443fec207ce033b413f2429b805e8fea664c09 1.86 MB 3,320 24
833,739 833,739 000000000000000000002a93a9e4f9b46ac15d6c96a9878ae60b71b003c79205 1.33 MB 1,198 15
833,738 833,738 00000000000000000000696bc159e672c858114ab291f7b9c67d233bb742b932 1.11 MB 589 13
833,737 833,737 00000000000000000000b4e2f63e1f9a36d88feaa581eb5585cf5230cc63e20c 1.61 MB 2,829 21
833,736 833,736 00000000000000000002f3d38500b4f3f277f462353450f3415e004ef192f4d0 1.30 MB 1,003 14
833,735 833,735 00000000000000000002e21a49dc41474c705988941f8ea0f8bb1947701efa08 1.87 MB 2,905 22
833,734 833,734 00000000000000000000ec8ccce3c67a54da846ad4fc3b319a040d4a0a5f06d3 1.19 MB 841 15
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.