Memory Pool Memory Pool Refreshing

8,061 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,654 (744,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,793 162,793 00000000000002aec2792adce549f0757dcdc6ce8dbc53372532ff403626227b 0.00 MB 1 0
162,792 162,792 00000000000001e7a96acbecde4f3eed6827a904e30a72f02a8b3a3f4b24919a 0.03 MB 56 61
162,791 162,791 0000000000000a79b6f5740ad556193d530dbc440ad81e4bcf3286f7147d2549 0.03 MB 94 7
162,790 162,790 000000000000075d7a32c9a38f1c36f0412b765d9d39298dfe2198016f4af656 0.05 MB 98 25
162,789 162,789 00000000000000dc4779ddc70ad6b8269348e2e100438392e21030d7229b9dca 0.02 MB 45 563
162,788 162,788 0000000000000c95494447b85ab071c5182287b7193e10293f84ed52bbb774e9 0.02 MB 53 59
162,787 162,787 00000000000000ed14621a12f53d997fe20845a83a70b79c77e52aaa88ba45a1 0.03 MB 67 56
162,786 162,786 00000000000007c57e8ed3deeb400719e284032059b796fbc09c452468df0013 0.06 MB 71 325
162,785 162,785 0000000000000d1058629e65a14988646edc88e4e7db5c63bd1efb282af2204d 0.01 MB 13 631
162,784 162,784 0000000000000756c7ceb1b8a01fe9236acbc2c5a1a618883f4ad08008c57b6a 0.02 MB 34 219
162,783 162,783 00000000000002a66558da4fcba2fad8cf821e705b5aae5fd3a368a8ea20f3e2 0.02 MB 32 161
162,782 162,782 0000000000000c4b9faa0372679bc9750417a3cee5eb27f14a37261d221b1db2 0.00 MB 6 0
162,781 162,781 0000000000000c73b06ae0a41a9821b48361662d8297c3df0a879eca5b09485f 0.01 MB 33 162
162,780 162,780 00000000000008d2c9f5f5cb52506749babc6c491dc6d71cf9324cf13a4a5204 0.01 MB 36 49
162,779 162,779 00000000000001d7989c3f3779ec13d91a482a748fa9e3a75f4c8e6cad7d61ee 0.02 MB 32 946
162,778 162,778 000000000000043a7a14b3dca10f81b580ec14dd97f8a003b393a94acf14b827 0.03 MB 49 70
162,777 162,777 0000000000000cecec77d8d0949f8a9ccf5a3df17d647dfd4b0680c8fa03a69f 0.03 MB 89 203
162,776 162,776 00000000000008dc152993bd615d741f616655f05e26b096370b8ba5f89f3aa3 0.01 MB 23 60
162,775 162,775 0000000000000cc32f9b90bfeede7c3365a048d12b81cbfbb3bf2ad531164915 0.02 MB 47 0
162,774 162,774 000000000000005b329c784bf38bd92f158220269a2fe36d9765923a75fbc6dc 0.02 MB 30 27
162,773 162,773 0000000000000846085e2d45eed4a6396780926ce015b02b4b0c5baee9ae82fc 0.02 MB 34 95
Previous 10 blocks ↓
Total Size: 768.90 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,597.87 GB sent, 92.26 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.