Memory Pool Memory Pool Refreshing

1,948 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,898 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,927 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,897 (813,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,745 94,745 00000000000414757188093a65938aa1072c6fbfb7c2762343a0c63d7c9a6b91 0.00 MB 1 0
94,744 94,744 00000000000491da909c3f17e9787754125a46671d8e8e5f2778e61d176deabf 0.00 MB 4 0
94,743 94,743 000000000007b1c28ce8c0ac3a6b9ad34d5d7d31ca8cd9c96ac0ec7173395aaa 0.00 MB 1 0
94,742 94,742 0000000000035db274efd54f791df47b49d78e8cf3d8632357caae5079f5920b 0.00 MB 1 0
94,741 94,741 0000000000074fd122e5a602407ab73b64d081b8fa2cc02fdcb6dc5ecf5ba1f9 0.00 MB 1 0
94,740 94,740 000000000009101e8c5635833933eef60865cc646325b607da795c5b199caff1 0.00 MB 5 0
94,739 94,739 00000000000376ae4acb34e346e6250a46f525766174632f294b0c41684d2c2d 0.00 MB 3 0
94,738 94,738 00000000000983e9075486f4f379876a745c2c13f621aac4dd143f8d1c0de8cf 0.00 MB 2 0
94,737 94,737 0000000000075e01ff79dd030679961cecb65f7db71b3c42d567232f33f0bf0b 0.00 MB 1 0
94,736 94,736 000000000006a80e5630cb14cb34f1bec8211742ba5a547ca1a2a31b89905a35 0.00 MB 2 0
94,735 94,735 000000000005e210ece2465967d32b14bdf5c49bc8206ea7fb76303ed7715e82 0.00 MB 1 0
94,734 94,734 000000000007920291e2121d082539674267567dbe75b34622cd3636726b6d84 0.00 MB 8 587
94,733 94,733 000000000007c5632333246ca4495db5b573d7e44b476a738e1220b485ec1df3 0.00 MB 5 0
94,732 94,732 00000000000337f62d50d50b5c399cf65d977739b67581798fa6d8b26b8c1e15 0.00 MB 5 0
94,731 94,731 00000000000329b774ed64948b690d16113163f5f3e58ce23187086f5ecc4927 0.00 MB 2 0
94,730 94,730 000000000003ba2d009348da4c55c4ad42c89cd934df599e7732e621bfcced44 0.00 MB 4 0
94,729 94,729 000000000008830c3c0fb79b68aab46b99e09b2026e88cea52812820db8aa9bf 0.00 MB 4 0
94,728 94,728 000000000006dfbc9e5cd17150255e0894f161f89277b99371487e4b819fb316 0.00 MB 2 0
94,727 94,727 000000000005936d134a63a07d3bcfec12853b0f974fe4d122540b703eea31f1 0.00 MB 1 0
94,726 94,726 000000000001cde5ec8a3a4ff0fdd4dd5c24e669a950b53161c419fe47863b4c 0.00 MB 1 0
94,725 94,725 0000000000035e21683b5a0e9e8795207233fbab27c7444c839e95300c5f409e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.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,643.54 GB sent, 94.70 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.