Memory Pool Memory Pool Refreshing

79 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 32 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (762,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,702 145,702 00000000000004d1e5325215e8e36ca3f231e0d58cecfd6b39a8fe8726ad7a3d 0.00 MB 6 154
145,701 145,701 00000000000006f0b37f269249b306eed08ade4d7dddf80fafa464a83f232217 0.00 MB 8 113
145,700 145,700 0000000000000410e3655f644590e1115b39c70f8190104354fc84d17bcfa026 0.03 MB 43 64
145,699 145,699 00000000000008526260db492e8f6d0370dab032657196ea31800387b81326ff 0.00 MB 2 0
145,698 145,698 00000000000001a77c701779daad652219d4f37a6c7d9efac1832189ab0507c9 0.00 MB 18 223
145,697 145,697 00000000000001e869e384e95074457f4c228e757efabf21d4674d404e8a8b6e 0.03 MB 34 63
145,696 145,696 00000000000008d33311904717c9dd9211478d2d4b38d64c823f88341c68ec35 0.01 MB 38 124
145,695 145,695 0000000000000611321844420e2d20ddea5480f22c2ba3c121a0430315c0bc34 0.05 MB 108 108
145,694 145,694 0000000000000231e7d1017392043fb7f654833f99fd21887485fae718cb5db6 0.02 MB 57 110
145,693 145,693 0000000000000182c362881ffa83a08b1e00bda76df05053bb5c6c1f26fd220d 0.01 MB 28 306
145,692 145,692 000000000000096858406aadce13e90460146a3b75df530a209e9f71e076b813 0.00 MB 11 459
145,691 145,691 00000000000006f0a68c732c4e8cb5a67834f7284f6d5c06865fc85102f27b03 0.01 MB 45 24
145,690 145,690 00000000000002cc7ad45324537ca4bb40bafc27d1fb328f0dd8760cfa2aa527 0.02 MB 55 325
145,689 145,689 0000000000000593003523280502e7cc0620a11a489b062efab3ad90145996dc 0.03 MB 91 74
145,688 145,688 0000000000000713cb3497965c15ad695e6e58f09e4ad30362f9b335a50db146 0.05 MB 118 206
145,687 145,687 0000000000000552c5f8b87787ea661561256c2a5a190c69e3960178afa51d5c 0.03 MB 79 95
145,686 145,686 00000000000001bdb74c40eb10aeb60277f79ad2987f1a1c30ee90af6dea4cb8 0.01 MB 18 69
145,685 145,685 000000000000009825d1d16c7714907dbcc8fcf0930aad35053709ca3d1b4e4f 0.01 MB 34 190
145,684 145,684 000000000000031c8bcea62fccf2a7985071040d65c7f2db7e505cc8a041f2b5 0.00 MB 12 105
145,683 145,683 000000000000056ac75e97f78bc4fbb39a8e4e87e0b29eb0c88750865338dbf6 0.01 MB 25 301
145,682 145,682 00000000000000ebb6d71e737ba6311251aed465f4f94426abe3e70c5ce9b736 0.02 MB 41 240
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.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.