Memory Pool Memory Pool Refreshing

2,653 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (23,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,390 884,390 0000000000000000000266b15496a9adec35c1b2852de63635bcc83d9f49c19a 1.67 MB 3,913 2
884,389 884,389 0000000000000000000217ea3e7444c70c7b4848c800b58c24975a42f76f5f24 1.58 MB 3,809 5
884,388 884,388 00000000000000000000c83368ffcae749dd071bd365895bf116fab913dfd44d 2.04 MB 1,481 1
884,387 884,387 00000000000000000000a83c52a69821aebb8305f8a9c9c566114dde95342e32 1.71 MB 3,446 2
884,386 884,386 000000000000000000019304fd6952e107b2b0384dc32a86a7989f34bbc38fc8 1.89 MB 2,854 2
884,385 884,385 00000000000000000001fdddd39aba010bc9d964fe1710d52abf279767fea093 1.97 MB 1,946 2
884,384 884,384 0000000000000000000009d643984ee0e9a54c4e3359ab0ea692e75b7bfed404 2.02 MB 2,272 1
884,383 884,383 000000000000000000003ac7ec76cf84513a4b26bc8b394f7caebe9af322231a 1.53 MB 2,999 2
884,382 884,382 000000000000000000004c4ca734b5f70256340b23990f5ad0ad6695c3e502a1 1.50 MB 3,277 5
884,381 884,381 000000000000000000002fc86ae603cb0c376fa2b654a20dda8416e582aa591e 2.12 MB 3,094 1
884,380 884,380 000000000000000000005b73086eb5b96a16f2520ccb46b7d992d992f25aa0fc 1.58 MB 3,296 3
884,379 884,379 0000000000000000000175b947a88f51b49946e751d9af8e7f7a1203f5dd4d87 1.99 MB 2,966 1
884,378 884,378 000000000000000000004b60998967c90baed80be02f724586f5803f22b7c84c 1.62 MB 3,587 4
884,377 884,377 0000000000000000000060765c7b942c0a754c29695ac035e47b891101b1b78f 1.81 MB 4,682 3
884,376 884,376 000000000000000000014752cc47bc831a0e06b2ff86cca66629468f0080ffea 1.63 MB 3,544 4
884,375 884,375 000000000000000000012a9d7b0a870f1ed5435496238b3c2690e672e3a50fdd 1.87 MB 3,464 2
884,374 884,374 00000000000000000001cadd9f2f69a22a43578759a1fa5b98d98b1b17793a2c 1.63 MB 2,835 3
884,373 884,373 0000000000000000000114021be2a336b63c31d11cf5a34ea8132f674e8fec78 1.91 MB 1,735 1
884,372 884,372 00000000000000000000050e9b840ba1bd6b457c816124a3c150c7ed5bc60532 2.14 MB 2,731 1
884,371 884,371 0000000000000000000144624aeb16ed9e6f88d60dfc1dfd64eca12a89df194e 2.02 MB 1,912 1
884,370 884,370 00000000000000000001498e94fff3e30a4a14aa3c636dc180ea3d9137b35dad 1.61 MB 2,862 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.