Memory Pool Memory Pool Refreshing

10,194 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (582,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,308 325,308 0000000000000000050e342327089d68e3a9c933aa072d73fdfe845345cfae95 0.35 MB 746 30
325,307 325,307 00000000000000000c4558ec74d7310305e8e60eb543b7099b9554309aa3424f 0.75 MB 1,658 31
325,306 325,306 00000000000000000c061098cb88b86cd48b9e7a6644c4ec26af471dcc779be4 0.48 MB 805 26
325,305 325,305 00000000000000001f14f1f39469523a7196d25e4edd7c67945e9ad4c6d6c286 0.06 MB 36 4
325,304 325,304 000000000000000007bb6d64b8c0699ac0b805024ec4bd0246127cfc7a1e97d8 0.09 MB 107 14
325,303 325,303 00000000000000000e0e6b436589b0999100b4b85b33f88ffe9e9b3d46c03642 0.25 MB 479 30
325,302 325,302 000000000000000017b2638e3c660bf228f70a34ab0ca8a9cf27b997ea7e2554 0.51 MB 453 14
325,301 325,301 00000000000000000ec2833983bd87a333bebbf4576da4720be787796e5052b8 0.35 MB 1,026 44
325,300 325,300 000000000000000001d13dbc2dc3ff8b385b159da3a1969e911c8a924409e24e 0.21 MB 278 21
325,299 325,299 000000000000000010817a0694a200c697e1a9034361ee0b1f1bfda61e1bac5b 0.05 MB 121 35
325,298 325,298 000000000000000011a4ae7a4b0c08212b4977934ac14b7d55286899d8f7c8ce 0.67 MB 1,091 26
325,297 325,297 00000000000000000d6872a1fcce23968a32cf1ccde058170638ff8a5481f6ce 0.52 MB 770 22
325,296 325,296 00000000000000000ddaa91fb6997a568d5a6ff37b3a6600147027057bab4950 0.21 MB 512 38
325,295 325,295 00000000000000000590b4a2b5a4b2981cb4ff16b883c86789d9493d44290784 0.06 MB 49 15
325,294 325,294 0000000000000000032a858c997564bb265c6ff53a9fc870a2aad7b1cd1d0ab1 0.25 MB 495 27
325,293 325,293 00000000000000001edf04050fa1cb9ad54c6c9937b00dc759fa3f774fa03350 0.95 MB 1,794 30
325,292 325,292 000000000000000002a155e972146cd359766de4a37925a82e9a958d261ce84a 0.13 MB 280 27
325,291 325,291 00000000000000000068491c429e8341357a5b7dfac3d4234313c15fc6d69aca 0.06 MB 148 27
325,290 325,290 00000000000000000199507bb10ef5ce5226008c85aed8cbff4693952b5a2223 0.31 MB 542 27
325,289 325,289 00000000000000000c3213121a75b12e04eab82717802ea40d79b5d627f5b974 0.26 MB 368 23
325,288 325,288 00000000000000001a8b81b7fe5c7d7ad55a6e585cb2f6cc7b115d44bf9d1b88 0.35 MB 680 28
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.