Memory Pool Memory Pool Refreshing

982 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 970 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (640,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,318 267,318 00000000000000020e433cd02fd6b9d2e03c3387b6942427d68142e068fe554f 0.09 MB 185 29
267,317 267,317 0000000000000009178c6e2ca0dc3b463b32c404b1a54d8e14db1d3e2504afc9 0.16 MB 327 38
267,316 267,316 000000000000000741f1d05231934ccbdfca379bdca6de3408a202e81bbf0512 0.37 MB 965 73
267,315 267,315 0000000000000002cd988d627231ca03edef16e867c98d6fe33365cfda0136fe 0.01 MB 29 53
267,314 267,314 00000000000000085380ba235f25d3f6df89c60fe27cc630f61856f3b0688b6c 0.06 MB 153 63
267,313 267,313 0000000000000008c4580581f15368385be4cf8a4a1f3365d51de2e90a958408 0.00 MB 1 0
267,312 267,312 0000000000000007422df27ceb35280b4ac808d98e072aa4b4bbc9382c506bc3 0.13 MB 293 48
267,311 267,311 0000000000000001f630517e750c08ee4616d9d7a361920a7ef242a9a015b893 0.18 MB 427 92
267,310 267,310 00000000000000091f5bad69adee17145640408218a11b6a359abd3ad3b878c6 0.09 MB 238 59
267,309 267,309 0000000000000004da5ec43e15065b54590688841007e4a3d891adb35cc22ae1 0.04 MB 90 51
267,308 267,308 000000000000000535aa734f044838f244981d041bb67c2a92eed66f5d33699b 0.05 MB 109 50
267,307 267,307 0000000000000005389d4d59a47d26d012d3730e72f7d3f36eb60164ff53e867 0.02 MB 55 63
267,306 267,306 0000000000000000b358caa6f7cd5cceb2ffe1e536c4e3fd298d8b094efe9e5d 0.00 MB 6 19
267,305 267,305 00000000000000040a8edd44d8306e22cc0630ba5fb8ff033e8aebdbd9d7c1b7 0.07 MB 148 54
267,304 267,304 0000000000000000ecef2db1e468ee59d08536c1da6c01a538aeccc6d2026049 0.09 MB 189 125
267,303 267,303 00000000000000073ebe19e491535b281fbb794201a265cb0c0b9152a18c7aea 0.01 MB 30 51
267,302 267,302 00000000000000057f26d3b4a55583412729408f273e8570f3d51f60d5003953 0.15 MB 326 77
267,301 267,301 00000000000000009b23ad20a246f2352bd0e3bcbc5c36fd8abcd12ece370aa6 0.09 MB 188 20
267,300 267,300 000000000000000a83fbd660e918f218bf37edd92b748ad940483c7c116179ac 0.27 MB 495 61
267,299 267,299 000000000000000421cc8e4ed4c89a38969159f052fd8f7ef5e367889caa7b47 0.14 MB 291 58
267,298 267,298 0000000000000003efb84eb0e691245d2e7aa9f11d076a81db01468fe738996a 0.12 MB 127 28
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.