Memory Pool Memory Pool Refreshing

803 transactions (0.26 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (899,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,657 9,657 00000000fea351a9fe1a3dcd4e8e7899856ebc7f66b60998ff780f67fdadb9ab 0.00 MB 1 0
9,656 9,656 00000000d1592d33adfc27f8c3bfba9b4d1587925ed1ec78e78670c00e6ae114 0.00 MB 1 0
9,655 9,655 00000000f757255fccb7ab2cf59e8c8c2446e08ca5890dc3b95a0073089643ce 0.00 MB 1 0
9,654 9,654 00000000645934b390e6a4d8d8134d686c9be38274a0b4f9ae70b16c39cb60b3 0.00 MB 1 0
9,653 9,653 0000000081aae35d3fcac45280d84af2d10453d8005e9db2c549e062373b0e97 0.00 MB 1 0
9,652 9,652 00000000855a4014ebff20693aa8e9059d9f4d8f1265b683e54f8c3a87dcfd92 0.00 MB 1 0
9,651 9,651 000000004c4bc2f337eb21c50ae03d91159e006c235e7851731099feb8cb7a92 0.00 MB 1 0
9,650 9,650 0000000057a454272b22d687594e25aacbd3db16be45fa1dbcb71fb6d1514cce 0.00 MB 1 0
9,649 9,649 00000000249676c42655bf8af5caec8d41bd5e2fa3fe736f163a4262b4ed8fe4 0.00 MB 1 0
9,648 9,648 00000000cfc1106fedfe17720e78aaa65f8cc72cc83a216604666f5a738b0b8b 0.00 MB 1 0
9,647 9,647 000000005ace701abaa540d44bd4aaee7dd2a9c631f2d3ca9dc18682c2f0a110 0.00 MB 1 0
9,646 9,646 00000000c15b8557411726e9a63c3963c4e21564f27f4c51953d0762a1a64d0d 0.00 MB 1 0
9,645 9,645 000000000d04c22b78902f4f230ef59e256feb480c540696c2297cdeae2e4de8 0.00 MB 1 0
9,644 9,644 000000007d0aa517378d078ec3a736e0d9db7a105ed8341ee8f39ffa0725181f 0.00 MB 1 0
9,643 9,643 000000003b2609ae9985061b1d703b9fa1e9bb21e3ae9a73c893a5b8e42223a2 0.00 MB 1 0
9,642 9,642 000000009d4bbe1d70cd2b29800236b8cfa5d042ff46a83b0fb1549931c215fc 0.00 MB 1 0
9,641 9,641 00000000cab9c4794d97a881216c8c23035bb594b31aa9061e57a6c37877d60b 0.00 MB 1 0
9,640 9,640 00000000f7790fbbf27448e0642cd52e2b8ec639e9ce75c337eb28531fa3fafb 0.00 MB 1 0
9,639 9,639 000000008a6131c86ada164f8046298cfd3fb266eb969cecb5f305bd6231f514 0.00 MB 1 0
9,638 9,638 00000000eaf1c5247f713e7c5478b138d92347cd57810e0f8f05460f4f8cbd5f 0.00 MB 1 0
9,637 9,637 00000000aa9e3062f3cfa493043c03d8f2b17bd524d93d5cb0116f1366c278bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.45 GB sent, 102.60 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.