Memory Pool Memory Pool Refreshing

10,046 transactions
4.59 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,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (772,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,630 135,630 00000000000004edbe424b5ad872194344ccb41434ea415ab32efa15e6a8b9ce 0.04 MB 45 209
135,629 135,629 00000000000007b48052f4c31005346b783cbf7138103e4b4d51ab97cceb86ce 0.01 MB 19 235
135,628 135,628 000000000000065ebb5380a0c3861acda0613433ad19045c2f5944044c839857 0.01 MB 24 72
135,627 135,627 0000000000000965938251d93cb6f65922cb840e60b8dfa0db642fb6cba5e7b7 0.02 MB 30 174
135,626 135,626 000000000000078b221719ef84dd390e55ac67d6740857819df5d5264919b584 0.04 MB 92 245
135,625 135,625 000000000000025aaf30d80180187e19576f65b779f78b1a591d2ebda577882b 0.01 MB 37 135
135,624 135,624 0000000000000831b469771e763c561f903c935831cd50e718047855d0a77fad 0.01 MB 23 329
135,623 135,623 0000000000000257f5f52d2e8fb62cc2a1e31b668611db9eabbc4de97fcffd34 0.03 MB 62 375
135,622 135,622 0000000000000169bfe0ebc52fe51045e5e1ee3fb1d34aaf143e70c6cbe54f1a 0.04 MB 103 219
135,621 135,621 00000000000006b9c3ae4b60376d96af52d4278f10ff5e09e637db32f68babce 0.02 MB 53 484
135,620 135,620 00000000000003050ff67bd9ce344d336902473bf3a708fa498b69e642ce7c49 0.02 MB 36 304
135,619 135,619 0000000000000315362b26b455ab294414adb8ed1f6d51cce5ba4cb22b201057 0.09 MB 275 63
135,618 135,618 0000000000000719a1468efd7059b21ce07d4d854b4b7c50d3f67e04da335ed1 0.09 MB 208 1,092
135,617 135,617 000000000000043f8b530d8015968ec892cde5f20492fdf2cb43317e15c881e7 0.01 MB 11 1,820
135,616 135,616 0000000000000774a542e26fa78c2c3cd5708d526469a2b2458180d32a33b8a2 0.03 MB 53 113
135,615 135,615 00000000000007a962d2f007fb6114c5d68a5b915ecf37adeb3b273cce733416 0.03 MB 51 274
135,614 135,614 00000000000006263c44fb030c0ad9f514d766ace42414faea2fccab4cbc43fe 0.01 MB 35 144
135,613 135,613 000000000000041ffab30b9c32ff1f13ab2646526e228e9d4cde3b2f0de2a3d0 0.05 MB 70 43
135,612 135,612 000000000000009f8a6548797487dc26954c7a396dd691efab4ea00a0a79fedb 0.05 MB 100 297
135,611 135,611 000000000000004eb150e00279535516ab4b9fdf5008d7d19f7b85f6e48e7d2a 0.04 MB 156 0
135,610 135,610 00000000000009cb64f230515e6e83a97daf321fb817f6c36df0dc4c8655ad5c 0.03 MB 60 138
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.69 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.