Memory Pool Memory Pool Refreshing

6,075 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (748,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,608 159,608 00000000000006639b4e851a6f32aee5438a839f7872bc7ff9309ad9395d60d5 0.02 MB 43 294
159,607 159,607 0000000000000677e9349f02cbffc9b8fde958305f6a649d6615880f9f297c9e 0.02 MB 44 122
159,606 159,606 0000000000000212caaedaeb7d0d118de85a53f2faa53d23c725ae54272b08b7 0.03 MB 103 59
159,605 159,605 000000000000021d89cb371e42434a350885c1b6dcdd7c43fe7c186a4f74089b 0.00 MB 7 66
159,604 159,604 0000000000000bbdcf3a6b543a93ebdd5d4c697c9e9a87642f225dc32e73e5b5 0.01 MB 11 239
159,603 159,603 00000000000009acf0da9177c5cd1679b581553332e1f33e8fa6d064d2b49567 0.02 MB 36 27
159,602 159,602 0000000000000d2c761993425eafcf2e46750544906eb2b84cac5155a0a8e9e9 0.03 MB 60 337
159,601 159,601 0000000000000e1563836b0ca3270f81a807449a5454651f4c475f85ee579d6c 0.02 MB 76 26
159,600 159,600 0000000000000a6ac935e28d97f0aede5ad52b4f1c9de9852441d53efbe8a366 0.02 MB 46 20
159,599 159,599 000000000000007a0394fc04a0ed34f0a77f30390a0043462dfcc0ec3e255c22 0.01 MB 19 71
159,598 159,598 0000000000000c494def245b5d1d6353d5f97666dbda380784158425d24e3810 0.00 MB 3 0
159,597 159,597 0000000000000473108e3f85c60b32c8e7590dd1f730953cfc6d261d248f39d7 0.02 MB 44 226
159,596 159,596 0000000000000765fb38591e153144686d621d2ab06f7569cd23e1a686d44236 0.04 MB 71 94
159,595 159,595 00000000000009096010d7115dd9cde5da16124b2f1e8aa2ae7675710033d93a 0.01 MB 26 93
159,594 159,594 00000000000006170fca6bbe1225c281d4b4e747379239cfda12c5f54bc5061b 0.01 MB 30 112
159,593 159,593 00000000000003abb5ce4b5ea222b67dc77d6e3510aaa9cc977d3d506de9faed 0.00 MB 9 39
159,592 159,592 0000000000000e6ee81fb42c49ec39093667fb49a513f7d16bde160fba009c44 0.02 MB 48 417
159,591 159,591 0000000000000440bdae5e8c5f31357f711575a32cc312be5a4168137b896b44 0.00 MB 1 0
159,590 159,590 0000000000000054b84f525a06ba0647457b0589dd7f52960680c0513c1d73c6 0.03 MB 115 85
159,589 159,589 000000000000017f78a78a6768bc509ce77dbdaf4a7fc4dd88351197ad87923c 0.02 MB 48 156
159,588 159,588 0000000000000bbb8492c6288182a583c5164ed14bccc844afd8ae71e09d3f9f 0.03 MB 80 146
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.