Memory Pool Memory Pool Refreshing

2,955 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (584,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,613 323,613 0000000000000000052749da19675e864519b3d2811ce98d5b16ecc90800fa58 0.16 MB 512 52
323,612 323,612 000000000000000007a3f29053703e6a89a18fba54b9e800abddb45d8341d13a 0.93 MB 1,366 23
323,611 323,611 00000000000000001a5022b355a339ab6d98d1328824d7b531aac5c87362bdc1 0.75 MB 1,517 28
323,610 323,610 0000000000000000167cc0a34d57025556192ba8d315c6376325b16a80aad78f 0.75 MB 1,949 35
323,609 323,609 00000000000000000f018937c01cf1583839e9fbab836cfc526859133bcfea00 0.33 MB 508 31
323,608 323,608 000000000000000008de16d2df13c57c70889f32c57b6db602174d1ce4c7dfdf 0.11 MB 264 30
323,607 323,607 00000000000000000ceb21ff9161a2805befd24fef054d708288adecdddce18b 0.13 MB 320 38
323,606 323,606 00000000000000000ec36112e882eb62da6a6680ff2a9002f1b245360aae0cfe 0.05 MB 110 29
323,605 323,605 00000000000000000b46611bebea662ecbeb1400ba65e1ceea394e5f0593bcf0 0.10 MB 152 22
323,604 323,604 0000000000000000018bf8dac6091b1803f9b0e5f03dd6f875ec6d16325db1af 0.18 MB 399 40
323,603 323,603 00000000000000000ec6709050066d0aab44c7c429ea1ede0e3c0f29a15197d6 0.05 MB 111 31
323,602 323,602 000000000000000015685f3e10184698bdc57b0b90950a78543aec0dea68e098 0.15 MB 266 36
323,601 323,601 00000000000000000795019c90be5db755573a33e34d71b1ce2e0e19cc0825ca 0.06 MB 127 38
323,600 323,600 00000000000000001cdb2fa16362636be6f99925a7e5f7eead0b0b4962acf0ca 0.11 MB 184 29
323,599 323,599 000000000000000003f27b085009952c01c347d10fd2471128111b5768648d86 0.11 MB 302 32
323,598 323,598 00000000000000000ede7e63b57e36d81bbdf1ef8ab6005266392c99b6677a37 0.18 MB 370 32
323,597 323,597 0000000000000000049458c384c26d657accec704b5a328a1e0575233790a91b 0.02 MB 32 16
323,596 323,596 000000000000000010ba43e87aec64de98fc7a0eea19bfbfdb47e15ada2de7f7 0.11 MB 245 52
323,595 323,595 00000000000000000320860c4cb190a1ed0ba09d92683a88ba79e7f9dfd8e5ce 0.27 MB 556 34
323,594 323,594 00000000000000000c412d1f758dd9cba08bebf06c7d15f0f3b65e5463dec7d8 0.04 MB 86 29
323,593 323,593 000000000000000000fc91df03bb1a073d965fbd10bae4f135c23d3132ae5f09 0.14 MB 270 32
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.