Memory Pool Memory Pool Refreshing

7,080 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,980 (739,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,857 168,857 00000000000007ebd771445a60445c78b722792efa0d2733438f8a5732269cdc 0.01 MB 22 6
168,856 168,856 000000000000030b5507e734af1ec03f8b30b01ab69d3c1293fb86fa3af1b727 0.01 MB 27 143
168,855 168,855 00000000000001122d1b4b105ab133f9ec6ca86730176d6c34fac30816bcecbe 0.01 MB 22 6
168,854 168,854 000000000000069881b9772156db173771726e93953c61b4d79b233cbdec228e 0.02 MB 32 23
168,853 168,853 0000000000000a9a53519c98e3f2b69a1b7c13f91a78dd94afe26336673dbbb2 0.00 MB 1 0
168,852 168,852 00000000000005e5ce3f0b9b17135020784c6a7281b9204ac565c4f4dc327f1c 0.01 MB 31 235
168,851 168,851 00000000000008b19d737e57de3b263bbd38dc6c79fb0f7483703a263cf6c858 0.02 MB 56 52
168,850 168,850 00000000000000d8a54d1f460af5ae5786668f97197f845937e9c68824cc8bb4 0.03 MB 80 65
168,849 168,849 0000000000000860ce83d266771b4cf54f9e6d56e6dbb9bb99b1f323c672419e 0.02 MB 15 54
168,848 168,848 00000000000005f0d4e88db55af0250cd98a0c1152289db103db1507f74f3e28 0.00 MB 11 387
168,847 168,847 0000000000000a1be708ef40990356427de4e19ed010fabd7a3530cbb169b19e 0.01 MB 45 18
168,846 168,846 0000000000000aa4e40401d0b461f5996c597e3da621d588fbdbb8e2c6ab34b6 0.02 MB 65 111
168,845 168,845 00000000000002b60b6be4f9f39e7c131da2c0a824511c8fba1d8b009d15feee 0.00 MB 6 0
168,844 168,844 00000000000005062f6636f5aa0f1a447645a9777f945a5771ba14017b75356a 0.01 MB 21 16
168,843 168,843 0000000000000b1be40c5bfabc4dac01d206eeddbdab18327d7335965d47e81d 0.03 MB 59 58
168,842 168,842 0000000000000a901296e752b49b38603b8c324750e4c92bc5d23149fd61596b 0.03 MB 21 89
168,841 168,841 000000000000071f925382db4a1cbba0fe20055a3e16c686ed3940f6c766ebd2 0.03 MB 49 71
168,840 168,840 00000000000006fc7c4fc5b1e4411cc417b8c39204a2eb90c5812a2209d4d6b6 0.04 MB 120 48
168,839 168,839 000000000000052750e85ea5d0896d21af9072bd386eaae6db9b6a770427e204 0.00 MB 4 939
168,838 168,838 000000000000086b8aca9e37a6b121e1b941f8e195bec52aedc711cf6aa7d6bd 0.01 MB 16 21
168,837 168,837 0000000000000420170e9d8a9875b8fbdc858bb1e938c14940b6f1403af1784f 0.00 MB 7 346
Previous 10 blocks ↓
Total Size: 769.51 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,647.37 GB sent, 95.50 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.