Memory Pool Memory Pool Refreshing

10,271 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (82,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,496 825,496 00000000000000000002f6bc58f30b1f87e157388bcbb29d4bc3666f6873931d 1.05 MB 329 33
825,495 825,495 00000000000000000003035f8458d4f0f09aa68c6e98b272a55a71ee23612f50 1.15 MB 1,058 37
825,494 825,494 00000000000000000001d0123580d9a291de5599b8f7723a70b35ce2d2441209 1.97 MB 3,150 54
825,493 825,493 00000000000000000002fad0458077455e66d4e6105605032607d47aaa064f68 0.00 MB 1 0
825,492 825,492 00000000000000000002b3fbd628debf9d421e4f1685648f4f8cdbc897da0f10 1.71 MB 3,267 75
825,491 825,491 00000000000000000001212f3dafb70b0eba1abda53b46ea3a95a1cbf963bfab 1.89 MB 3,608 39
825,490 825,490 0000000000000000000219f64dedeacd394b1db57f4e64e01bcaa43eb0113204 1.81 MB 2,470 40
825,489 825,489 000000000000000000001980e7c32f15a45221598f0c3af8401d7ed63d512a9a 1.56 MB 3,325 89
825,488 825,488 0000000000000000000152006e5a149d55a4ac1d8cb9dac07ce6a71b733830cd 1.53 MB 2,224 62
825,487 825,487 0000000000000000000186c4c69dd99c62d8fff62a9ac33ba811b1e5abe4ca42 1.37 MB 1,838 43
825,486 825,486 00000000000000000000cb99f3c243989caa7b42b2b37d6202d32c2430a071f0 1.74 MB 2,719 99
825,485 825,485 000000000000000000004313185be476ec79d0fb8129c6cee870fcd81efaf7a8 1.91 MB 1,332 40
825,484 825,484 000000000000000000039550ba449880df0d10d9f31a660fa855aabcab48d121 1.67 MB 3,099 63
825,483 825,483 00000000000000000001385b953f2577a7a30fc2ea8d4e825f425542c98a61d9 1.64 MB 2,839 63
825,482 825,482 00000000000000000000382c4a80519007140ac4cf543f853bde354712c30ae2 1.60 MB 2,865 90
825,481 825,481 00000000000000000001579944012cb54f9865da84a7422d51e1712c9d43f935 1.60 MB 2,542 55
825,480 825,480 0000000000000000000084626e333799d6be2c441ef9cec3f50e1ff1af4e930e 1.75 MB 3,085 66
825,479 825,479 000000000000000000028b323c6727ac1a95a5bc71d645f7be9e923bbbda98a6 1.64 MB 3,216 72
825,478 825,478 000000000000000000016bf99fd83cb4a7df1b600672882e8892b74bcd083dee 1.58 MB 3,214 154
825,477 825,477 00000000000000000000e8a621d070ff66d879856d571741a797c68518d95653 1.60 MB 3,118 112
825,476 825,476 000000000000000000021d75d9ce83e47c6b20c0e06d304c8be7a4ddf9ad3099 1.94 MB 2,803 87
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.