Memory Pool Memory Pool Refreshing

3,788 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (49,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,043 858,043 00000000000000000001cb38fbf7bfa72ef082f3cdb955a8deed563f6acca477 1.65 MB 3,918 7
858,042 858,042 00000000000000000000162799848e98121a0c21f9553a48bb0bf4bcc9f99fc2 1.64 MB 5,829 4
858,041 858,041 00000000000000000002bfae1c502a32db9bd5eb4a506af81ebf3c2ddb806830 1.64 MB 7,099 3
858,040 858,040 000000000000000000007300468e779910172d522ca54f6e1dade6404ab3c12c 1.72 MB 5,003 7
858,039 858,039 0000000000000000000059f7b3b6696811fabfb932360368871af90c5bbc3d49 1.67 MB 4,819 3
858,038 858,038 00000000000000000000ae259e4c6577a92a23eb1fd347bab59723650a47f4ef 1.47 MB 3,366 11
858,037 858,037 0000000000000000000323ab705d2ae579278c8e91769bde9a82d6d4b634c44e 1.61 MB 4,066 8
858,036 858,036 0000000000000000000097a4be17d82f3d70208f9cfa412545ee003a22b03e9f 1.66 MB 6,922 3
858,035 858,035 00000000000000000001efccb6dcf587a49d275b2020b148968db45f222bad1b 1.61 MB 5,106 5
858,034 858,034 000000000000000000020999cfe5ddf1580186a6682f63c2b821fb1ea6466d80 1.78 MB 2,849 3
858,033 858,033 0000000000000000000136b3bde19a4d930e760a338bb50e5caa1e6c4bd8a56b 1.71 MB 4,653 3
858,032 858,032 00000000000000000001881eba7aedea5bffd55c275a42594346bc592566c7ae 1.74 MB 4,209 3
858,031 858,031 0000000000000000000187e3c9d18ec028cd2c25bdfffd4fe80f1be87844755d 1.80 MB 2,110 3
858,030 858,030 00000000000000000001993b4c9a0a9eac848499f9b9f6837e470a4997f6dc31 1.78 MB 4,087 3
858,029 858,029 00000000000000000000de179d83d51e1a3f1b7dd2bd6e4428652fd80032008b 1.64 MB 7,860 3
858,028 858,028 00000000000000000002f48fd76d3b4b036a6d494f321ce6fe8e6813a6ee33c0 1.64 MB 7,515 3
858,027 858,027 00000000000000000001838a3fff07b5386ff8a4da9f6cf9d81717b6f0cae911 1.64 MB 7,593 3
858,026 858,026 00000000000000000003215e0bba1a0f2bb0dacafd7896a5ab28efe26606eeaa 1.67 MB 5,026 5
858,025 858,025 0000000000000000000316560eeba43a6da98fe504781fd58417fc125b457ce3 1.63 MB 6,855 4
858,024 858,024 000000000000000000001634bf38e60a8ffc0a3055c809923a682911156f5410 1.67 MB 6,294 4
858,023 858,023 00000000000000000002cd1b8e5843634d66734c57ea0e1c4c05d80052811da9 1.65 MB 7,373 3
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.47 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.