Memory Pool Memory Pool Refreshing

4,445 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,750 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (696,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,728 211,728 000000000000032402e128f6206c7a32c41b414f02d69b43a2965aac935db37b 0.00 MB 10 14
211,727 211,727 0000000000000160ee66b91de28c2cbed3d6223622953a9d928ab6947542da78 0.00 MB 10 177
211,726 211,726 000000000000000f4dc77ea3d1a9976041834c0525212973fb501b1550a24954 0.00 MB 6 12
211,725 211,725 000000000000029ba5adfc01e9c78ee0769350c5354e2d6061d579db22e7919e 0.25 MB 738 227
211,724 211,724 0000000000000198524785b4a27f8e55fe6bcd5ee433358fb68c20511cd7da25 0.29 MB 726 213
211,723 211,723 0000000000000182eddbebe5cfb2dfbc9304e97639945f536932776b641a15e0 0.07 MB 141 131
211,722 211,722 0000000000000426f2303d650fcd100603d5ecddab1c90d1d39ad1a86fc02964 0.27 MB 595 173
211,721 211,721 000000000000005fbb7ed7837d8a2a149c2145197e9c274a62dece46458772aa 0.25 MB 791 236
211,720 211,720 000000000000027155a009c6decc560ca512fc045be26945d9d6577abd39549d 0.18 MB 503 181
211,719 211,719 0000000000000341a6f13ed6aea59ebc0ec94d02a877f8ef5fc4caf0920f408e 0.12 MB 512 260
211,718 211,718 00000000000000e0de4ede09309f007b82e13cb9601ad80728c64cd514d23192 0.25 MB 824 231
211,717 211,717 000000000000003186f9bf8e23fe7e89115bf5a6d1d7a6363d2d1931409b87fa 0.05 MB 93 213
211,716 211,716 000000000000044b5876c4e0224cf4db7a4f6bce9f603affecb3b686fb8e31e6 0.20 MB 464 307
211,715 211,715 00000000000004086650e8e34bf0a20fdf571897cd00f343bbe1453605187d31 0.12 MB 317 185
211,714 211,714 00000000000001a872f7fc6fdd92130eece229e0ec2c29ecdd93e10cefeac492 0.06 MB 162 149
211,713 211,713 0000000000000292f2ce5b2315e39191533d33f42f7b72d5b42134f64eaa893a 0.14 MB 353 201
211,712 211,712 000000000000044ec7319955baa871e887c3bf77b57b245ed7e5c04faec0175e 0.05 MB 147 109
211,711 211,711 0000000000000147ccf3492f6479cbc60bbe98f9ee56502a7966cfde6a6f8dbd 0.09 MB 205 190
211,710 211,710 00000000000003ab49ed739a9571b473594c5e697cef0434efc0edd5d4a34ce3 0.05 MB 116 103
211,709 211,709 00000000000000f857b4eab6bf739159715234851cf3bcb0ed8068537d7876ea 0.04 MB 83 124
211,708 211,708 0000000000000028da51c0692faf4b93ce27322cfa70fac1e8cad8bef8c90a81 0.17 MB 312 104
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.