Memory Pool Memory Pool Refreshing

17,548 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (668,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,443 239,443 00000000000000b30391744c0f9eece18bc0f67ff9f64379a5618857c949af5b 0.27 MB 583 1,538
239,442 239,442 0000000000000078b51f57fdd8d794c167e1fa18d13cfe2c31771d7a83f24535 0.05 MB 101 120
239,441 239,441 00000000000000c7bd084cd484b92fae1dd9c67b308d7350fd3355c12b7c8275 0.16 MB 416 188
239,440 239,440 00000000000000b97602ec386d3264dd4d8801e34e987d25f495f8bfc98d463e 0.05 MB 118 167
239,439 239,439 0000000000000127ac8b04e1a8aead28c4d2e069f89604ac00c300227921c3fd 0.04 MB 82 160
239,438 239,438 00000000000000e03570ffa753028d54560a52aef012c9f660e79f963d0dc579 0.01 MB 17 113
239,437 239,437 00000000000000675051846b77d0724583baa3218efd762afc7acc22cd7bbd0b 0.07 MB 133 141
239,436 239,436 000000000000014dd1745c061010f54b2fbe6e00d8ea6591d2137e36e9c1f8b4 0.16 MB 235 105
239,435 239,435 00000000000001371fd8b20cef7239fab23a4d1b0d0fe3e0d8082dd675cec22d 0.24 MB 343 154
239,434 239,434 000000000000011e6445ac07507cfd5c2bea8d051030bfa8cf5ef49b57f3800c 0.13 MB 302 171
239,433 239,433 000000000000007cd12aa544acb1342bea9051adaf56d39985230c11c07f6a77 0.06 MB 59 110
239,432 239,432 00000000000000e47139cb5daa5c0342eabddb43340d2cc5bf10332ef05a1547 0.07 MB 161 133
239,431 239,431 00000000000000de68cbec08372f912dd69b596eb41631eda2c721f410df3511 0.23 MB 508 155
239,430 239,430 00000000000000c7e74180ebb5d197c45e37b7cbfb115e73ebbb21b532a245de 0.01 MB 29 184
239,429 239,429 000000000000003a04cde0b0e0941b2606182e009089174b24e724232b5ed7de 0.10 MB 233 194
239,428 239,428 000000000000007f255a609844d900d8d912b4bf0b506cc2da8143d91ce5daf0 0.16 MB 150 43
239,427 239,427 0000000000000085c57a1996f31745acd8249f03bc2c393e1682e6b7a813554b 0.25 MB 544 176
239,426 239,426 0000000000000098bbd8a0c863d00ab5a81871665398705d9671a5f1e923c267 0.05 MB 115 183
239,425 239,425 0000000000000087a661eb39d7afc3a59de6c763c4b9d5ef793d5cedc073f8bf 0.08 MB 186 137
239,424 239,424 000000000000014dca1bd15b295ab6b664407b0131af68215f21e36e4336aa97 0.18 MB 312 134
239,423 239,423 00000000000000d80bdf310d67d9b3b53cb391ab1a36297f86210be0e4c6c14d 0.06 MB 92 139
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.