Memory Pool Memory Pool Refreshing

5,814 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (12,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,913 894,913 000000000000000000012a195cc50b08189715f5524acab726ff1100921268e7 1.52 MB 4,268 7
894,912 894,912 00000000000000000002251394934d789a8b7d560f112e7575423632a6121a6c 1.63 MB 3,280 3
894,911 894,911 0000000000000000000097f58c3347359301fb25352b46bd6c34fd6aa048277b 1.69 MB 1,867 2
894,910 894,910 0000000000000000000084bb27b4c2f1fadaacff2631686c218487c4490c0387 2.06 MB 671 1
894,909 894,909 000000000000000000011381c71ef05f52cb12324984678eee783c90a9646a22 1.91 MB 2,562 2
894,908 894,908 00000000000000000000d68f54678fe7966d5aacd893f218da2490522b694a49 1.58 MB 2,488 2
894,907 894,907 00000000000000000001dcda09f81f6ddfd3b770b72bcedd3dbb5bbb8f65b6bc 1.43 MB 2,181 3
894,906 894,906 0000000000000000000191a41b075c70f309196ea218310c9f0475dc0d3aea5c 1.22 MB 1,206 2
894,905 894,905 000000000000000000014bf295bc7f7ae2e82aea883e9281b83d4983a3c94d77 1.52 MB 3,011 5
894,904 894,904 00000000000000000000aefdc73fd9688464e4c35dd05e146201e46f23102696 1.45 MB 1,826 3
894,903 894,903 00000000000000000000131a08c5e6d6b51168f778701f93b09a7e4740c4fe07 1.55 MB 2,414 3
894,902 894,902 00000000000000000001baddbe94486992a8e4ab0342c8735657240084c190a0 1.22 MB 1,140 2
894,901 894,901 000000000000000000021ff3fd7b64d73c5ba1f84892a7e295b58dc21d2c301c 1.57 MB 2,325 2
894,900 894,900 00000000000000000001a3a8e18fa41e66f705ddb70a96d1cddedbb91203b582 1.72 MB 3,032 6
894,899 894,899 000000000000000000011dedf8909f9328c5faecf660c8d5016898cfa4dda5de 1.65 MB 3,750 6
894,898 894,898 0000000000000000000104881ba4df87d11aac9bbe256a40bec7ffdfed177f77 1.56 MB 3,489 7
894,897 894,897 0000000000000000000025497cc645bbb20d74069cc8c230b6de2434a8b5a23d 1.25 MB 1,048 2
894,896 894,896 00000000000000000000ba277732b179527c231fdad03bc48534b64025afbfe0 1.49 MB 2,156 3
894,895 894,895 0000000000000000000060ce5405f351577cd19a24fc9ee05809ee3a0740341e 1.63 MB 2,973 2
894,894 894,894 000000000000000000018dc051eab244ba14259cacb1d86c87669ac5e39ad991 1.64 MB 3,529 6
894,893 894,893 00000000000000000000c266cb6f49775cdbb883937cd621de567515c44c4d12 1.66 MB 3,913 4
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.