Memory Pool Memory Pool Refreshing

4,258 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (685,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,512 222,512 0000000000000201264143a1bca71fc300d02bf0a3e0d8cd85a407024abd7129 0.11 MB 293 207
222,511 222,511 00000000000003e3ce8191728aaad652bc81ceafb7036e8844cfc4d2e1941381 0.19 MB 438 208
222,510 222,510 0000000000000106cae734ac7e347d132098f4fd9ced09ca0d8fecfcdafbee7f 0.00 MB 7 99
222,509 222,509 0000000000000308cf8ffea70fec5dded328177cfaa669b038d61e46b57b3e68 0.09 MB 209 171
222,508 222,508 00000000000000cb945db8d682840cd8f725e8f92d48222579fd95a1bd56feb5 0.14 MB 351 220
222,507 222,507 00000000000002c7e570c03cce95b078231f65062e0a7532393911ef731a2716 0.23 MB 625 196
222,506 222,506 0000000000000392ffb5ad833c59fc0484b62feb117ea02cfe137960f7710fe0 0.01 MB 24 147
222,505 222,505 00000000000001af423a2268f47414196b7627433d521a5b2253d2102c90a32f 0.15 MB 354 228
222,504 222,504 00000000000003f27dfef483f6b670d32b262edac9ad0711dab5303987ee37d8 0.11 MB 227 188
222,503 222,503 00000000000003429c84ba1207d636e537849de7ef2ed5341d4118f259a7904d 0.13 MB 176 25
222,502 222,502 000000000000007537ae095b68c3b9c0296fdb58a3c8b44a9b868c021cc3fdda 0.01 MB 17 141
222,501 222,501 000000000000049544fe62dc96acd1716228fb6ae376e22c479f1f2c994817a8 0.07 MB 165 211
222,500 222,500 000000000000038600012e562426bb8d8c7123f558483d9302039152d8c8fcae 0.03 MB 56 168
222,499 222,499 000000000000010ec453661108505b5890342ac127123df591a3a2f302e58442 0.00 MB 12 16
222,498 222,498 00000000000003a5bd5a3cb5efca3457972fa006740f344cfb8ac245dd0afe54 0.09 MB 243 217
222,497 222,497 00000000000000b99a3a2eef90559ea57edf0dfeb9c01fde25a7e5edb561a496 0.07 MB 155 151
222,496 222,496 00000000000002c0fe6149aefc4b8d60d1e2ef982a43dd52b18bd2ae2f824e89 0.16 MB 333 178
222,495 222,495 0000000000000169aa8fb9eaa1b171cedbce3ec17fb11807cf7111454e098937 0.18 MB 410 207
222,494 222,494 0000000000000431480a72d01ed9d35b206270aa2fed1e881cbc8cae20227bd9 0.01 MB 20 174
222,493 222,493 000000000000029e7de187dad48ce6485f89b39663f6700852543f8ddab44b97 0.04 MB 88 169
222,492 222,492 00000000000001dbcbbbdf6ce47f103d55e85b244d26296307bba3f95e9475f4 0.04 MB 72 159
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.