Memory Pool Memory Pool Refreshing

8,090 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (627,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,078 280,078 00000000000000029d5bcc82c5281e74fbb2109578a02feb4715bbd078897e55 0.09 MB 148 37
280,077 280,077 00000000000000014afe97586ed41b5a2f286a066499e02591eea254d3f3ec1a 0.10 MB 120 13
280,076 280,076 0000000000000000e6bb488c7a22fd6ba5c93f2d3aa7f8b8b9f9ffac8e83e1fc 0.38 MB 949 50
280,075 280,075 0000000000000001d396b75b752eb7afeb35d478642af36a1643cf64d67288e6 0.03 MB 81 187
280,074 280,074 0000000000000000d990925d9c674de6f2da2f4329a5c351557b1f958c8faceb 0.07 MB 163 53
280,073 280,073 0000000000000002b447980347d47bface677984130d6ed9ad5e73936fd40a96 0.06 MB 124 51
280,072 280,072 000000000000000075412c45ce369fdbce02b5d256fe9ff67b8c29ee18301d8e 0.10 MB 51 4
280,071 280,071 00000000000000015c61db65cee5cf4c89ea6c2562974445c56a6128e2a8f8ed 0.06 MB 77 18
280,070 280,070 000000000000000157cf1fa4ee573a1ae4c39cfd699d16cfa8a0bdc528218955 0.11 MB 200 29
280,069 280,069 0000000000000001d676f07f0896f31fcdaecca9e174b3294d7bd3974a866f18 0.05 MB 91 53
280,068 280,068 0000000000000002feff0d42e57330a9b0b3e92cb66037a5373b4b0db8dcbe53 0.20 MB 343 24
280,067 280,067 00000000000000030696619befe5c7202aa4e1fe80916b2c158df090d9e7ee9e 0.03 MB 89 154
280,066 280,066 0000000000000001e13b75cabc882275f7a582a6fcdd3494d71aa23d015daf5b 0.13 MB 49 25
280,065 280,065 0000000000000002f8a5fe05696ae572fea8a8c98215314b5b09ce7fd761b60c 0.25 MB 604 43
280,064 280,064 000000000000000259f36c7bac8128034039976c5409635f435967b1d907a0cb 0.13 MB 95 14
280,063 280,063 0000000000000002b3cc65c9c7519d358056cf7e307aae29d51861b35d5f21a9 0.25 MB 516 45
280,062 280,062 0000000000000000b00a0efafb6e8cc5866659b003885726371c78143988c915 0.25 MB 491 30
280,061 280,061 0000000000000001cd7ae3443a20b295de6bfdc0b018d9b1325e308bf52115d5 0.03 MB 74 226
280,060 280,060 0000000000000000d01f0c58895b0a86ab5e2dedd532b486c81ec3475194c2eb 0.24 MB 438 44
280,059 280,059 0000000000000002cbc5783f1bca715879d8a371b35474bf774eca206e649a63 0.03 MB 55 39
280,058 280,058 00000000000000002b6ba0611698e04e982b205440937c14b51be7e9e610cdc6 0.09 MB 138 23
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.