Memory Pool Memory Pool Refreshing

7,785 transactions
2.39 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
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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,743 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (390,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,958 516,958 00000000000000000001ce37222570d0f64843e3d6fb8c5719b25cb787b0a1ba 0.04 MB 136 29
516,957 516,957 0000000000000000002fa57a7bab9b716989950bee606e320aa63fef73bc4361 0.69 MB 1,654 29
516,956 516,956 000000000000000000291188b08d1123f251e872ceb308a651f657fa6d77501b 0.37 MB 567 17
516,955 516,955 00000000000000000018b50ef492aabc7be99684bff42e7357a858dbc6699956 0.45 MB 1,076 24
516,954 516,954 0000000000000000000c9099bbc71e7265390a4636731d86ed99b8b63deeda27 0.06 MB 146 23
516,953 516,953 00000000000000000005ff931a8bd4062253a62d81753f5bd6113c5e99031b26 0.32 MB 846 27
516,952 516,952 00000000000000000006128f526a7c0924644516160ced5fa2fcb8b4ab3631f4 0.34 MB 867 26
516,951 516,951 00000000000000000005e4be25f3096e3d9b08b316ef3e6ad62df6692a6d3405 0.52 MB 619 16
516,950 516,950 000000000000000000161889ab7d088386942640627aec3d64023c6498b17f82 1.18 MB 2,082 16
516,949 516,949 00000000000000000023bc242fdb93d5e7dfe6a3b07341ec55aca68d5a3d867a 1.05 MB 946 10
516,948 516,948 00000000000000000005e433f0bebe8a9e67d5a0e8a381c0a04bec112b0e3f6d 1.08 MB 1,325 17
516,947 516,947 0000000000000000001d40992fc2d544fc61432781d014b2598d10b44851c2c5 1.17 MB 1,609 9
516,946 516,946 000000000000000000163878bbe5df59993342895c69ee7bafb343974ad5fecb 1.13 MB 2,698 35
516,945 516,945 0000000000000000001c03a2f8d44a32d7c52b3888a26078d6a8841af9301c5f 1.33 MB 3,193 23
516,944 516,944 0000000000000000002cd6d1580430bb3cc7e99946ac5a520d8cb9771ce8e1c8 1.00 MB 2,540 45
516,943 516,943 0000000000000000001993f2defe8c0ea267b2c5e82bf059492c1a91df57b1af 1.03 MB 670 6
516,942 516,942 0000000000000000002e2d16696297068390630842f2a705c3ce82c9ee8d0775 1.03 MB 654 8
516,941 516,941 00000000000000000032e95ddf8458089fcb782589fbe555adb9dc4f38097ff2 1.17 MB 2,254 27
516,940 516,940 000000000000000000259de020bb14be7b2ed5a5e96deb4946446c541c92389a 1.05 MB 1,113 18
516,939 516,939 0000000000000000003bbf8dba4757a657a8171369e713dfcd8400d45fe02164 1.11 MB 1,795 14
516,938 516,938 0000000000000000002d6ac6d46161addd6daaa1448ef7d65e081d614feda64d 0.88 MB 1,758 40
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.