Memory Pool Memory Pool Refreshing

2,213 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,204 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (46,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,221 861,221 00000000000000000000cba2a3ceddc32bfe82c2d1039a8b074ec1b77bf054e5 1.53 MB 4,616 3
861,220 861,220 000000000000000000014577ea477be462662d88dd512062a113b8047a66a92e 1.63 MB 7,423 2
861,219 861,219 0000000000000000000116a24ef3e158bb24059b4c98d7111a887eb858de89d3 1.74 MB 2,619 5
861,218 861,218 000000000000000000002e541081a2c6e8aec30cc96a3fc1164d789d353fb83a 1.58 MB 5,506 3
861,217 861,217 00000000000000000002491f811ea32228c11dddeb9addb64545a403c9058f62 1.62 MB 5,690 3
861,216 861,216 00000000000000000000f5a6332a3b97c5a426ec2b7729d5fa0392beac2fd4ce 1.25 MB 2,781 2
861,215 861,215 00000000000000000000dbf98b732f03265f38ed516aaf420e592a0cdb09eb0e 1.56 MB 5,671 3
861,214 861,214 0000000000000000000142bff6a28f62d4a34c43dd4def283928c3cf328f7a3e 1.60 MB 5,900 3
861,213 861,213 00000000000000000000fc3d1b99242cd38b13bdd5a8520583bd89d6370f6c2e 1.61 MB 4,931 4
861,212 861,212 00000000000000000002f86f9077514577be4ce58dd4d99939c93ce76fe138ad 1.64 MB 5,249 4
861,211 861,211 0000000000000000000215b247bfd6b9de62ead778aec9693eba10a032da782b 1.94 MB 5,095 3
861,210 861,210 00000000000000000002a6fbafd708e85c1d566c4252ef69fa4fb2bb8db806e0 1.56 MB 2,384 5
861,209 861,209 00000000000000000001bf2d150fc93f7b5200f9b6c289f873f45e14b89a94d1 1.65 MB 7,938 2
861,208 861,208 0000000000000000000152f9d7ded511c06ec1dc487de848e1875b65fd584143 1.84 MB 6,056 2
861,207 861,207 0000000000000000000158527b5d592d3537e03ae792590200610cb7951f504a 1.68 MB 7,340 2
861,206 861,206 00000000000000000002fc65e809c15ece0f8da17970b0ec541541d29d42ef42 2.01 MB 2,538 4
861,205 861,205 00000000000000000001dea8b04417d9b3df120ee3da9a49341aa35e89b3f20e 1.47 MB 2,409 6
861,204 861,204 000000000000000000008567a064ecc3a6ac401bfae8a51cd92e9ab110e0f549 1.68 MB 2,505 8
861,203 861,203 0000000000000000000193e73709efe8b9a0792b1d19616813cd14a0389e3613 1.85 MB 4,244 3
861,202 861,202 000000000000000000016f9e166ac3a64b33f8bfd6375106fe1a775f723edcef 1.60 MB 3,048 5
861,201 861,201 00000000000000000000519aeeb09334fd4534a7ac1541925e5f7b7938e1685d 1.52 MB 3,276 9
Previous 10 blocks ↓
Total Size: 769.09 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.35 GB sent, 93.35 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.