Memory Pool Memory Pool Refreshing

9,931 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (744,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,001 163,001 00000000000009f32a19cd841e42d9bd4524cf6eb8419ed283d561c35849a9eb 0.00 MB 2 0
163,000 163,000 0000000000000d66c125aa33593716ecbf6ef26b6f4c1d74998a87cf502bfc36 0.01 MB 39 52
162,999 162,999 00000000000000255b92928fb5e03a51080200a46dbb6876be9135bf6a04f53b 0.00 MB 1 0
162,998 162,998 000000000000058e23e16c0401148d3f2f61e20eeb2ba1434d19455713b48064 0.05 MB 29 51
162,997 162,997 0000000000000b54f1d85a93bee2359d4c9a9e99acf751201342e62c47be4df9 0.03 MB 74 72
162,996 162,996 0000000000000bc4716d07c2a47369d961587a9a4a61952adb25f26429448379 0.01 MB 32 0
162,995 162,995 0000000000000672b1a773a106eafbf427dcbeef142a11da4c263a7c7e5896c5 0.01 MB 18 55
162,994 162,994 0000000000000d54d953cbf7cd17802b42288662c043e26386853267568468f2 0.04 MB 85 228
162,993 162,993 000000000000043ebb6c060bd95d2306254d23d7687fab1adbbe4db15d0a02eb 0.03 MB 90 0
162,992 162,992 0000000000000b3a6431e0c340ea38bdeb948e1862521474ab6bfcc1d4c6d46a 0.03 MB 74 165
162,991 162,991 000000000000079b76ddbee4ebc1f03e600614f8066999a9514296ac1d55fd95 0.01 MB 26 177
162,990 162,990 00000000000009a9f80e47c8886e4535af221453b47bf1789f787a297c04dd3d 0.02 MB 46 122
162,989 162,989 000000000000050a86ea19c1720009d6f23d5132cb1eb7c44b4da44588afa6a5 0.05 MB 25 109
162,988 162,988 0000000000000696aa81378db0ddc6d6120c7d30bef82ea1139bea463bd7053e 0.01 MB 9 79
162,987 162,987 00000000000006f45d25a78398097b213e70734c2baa1ecc0e348428e47c82cc 0.05 MB 92 194
162,986 162,986 0000000000000b09a7bbb496463fec520b28b97ef2c7470153a9e0884f172ba2 0.01 MB 25 132
162,985 162,985 0000000000000d42dfc82f37e4f5ae2b7eb18fd8591d48994b1f39dbdccbac19 0.00 MB 7 53
162,984 162,984 0000000000000900cc9285d8e7efa7880cd6d55ff8c86cfaa9bceb43130040ea 0.04 MB 76 12
162,983 162,983 000000000000072c5c9ea5f8261bf165479302dd33ac82efd6847bd6e2d737dc 0.01 MB 25 61
162,982 162,982 0000000000000b4bc02f6827d3997658cd6740b74990cf35fc9151736d6ed013 0.02 MB 45 199
162,981 162,981 000000000000048133d70ff0fc447dc84f19fe8c06bb0463fd00dbc018d9086e 0.05 MB 176 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.