Memory Pool Memory Pool Refreshing

12,246 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (577,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,395 330,395 00000000000000000cb1b40ef6de588ad0b6a4f4d18929b8cc2e31e12aa0c317 0.58 MB 705 24
330,394 330,394 00000000000000001ac3c994c31793f56350372d04535f5004ed00263c5b1601 0.49 MB 866 28
330,393 330,393 0000000000000000025e6c1553f0f36538430623984a8d53a093937e29c0f4ec 0.19 MB 308 26
330,392 330,392 00000000000000000a0879ce9effc9eeaf659d34ffb5444bc032ce1eabb43836 0.12 MB 235 24
330,391 330,391 00000000000000001a0a87f231a40e13217d6d532a770bad2f045f74cea165da 0.82 MB 1,110 20
330,390 330,390 000000000000000012e67a18b39fc1284960d60eceedd527f197cd4eebcd3ab9 0.35 MB 1,020 38
330,389 330,389 00000000000000001a2e8c235438d0351d7b44f3cb1e3fb39d495fdcd885f262 0.26 MB 399 23
330,388 330,388 00000000000000000d61fbd0001a82706380d6b9ba5a09011097a6e9b967bf65 0.12 MB 273 26
330,387 330,387 000000000000000004e095af8556e5c6c116c73bd9a586993d18648cf6df2fdd 0.01 MB 32 24
330,386 330,386 00000000000000001535d13abab340a08f83f33b9ee2fa59c3e2db1cf7422f00 0.43 MB 823 26
330,385 330,385 00000000000000000f7c378c1002d71686da59ebfb990946868fef6972bba573 0.10 MB 115 13
330,384 330,384 000000000000000013eec2136c22e57e07d20b17815df752ea9c3312bc6fddda 0.14 MB 290 26
330,383 330,383 000000000000000015e64446e11f107cf89e5f387fa9ea77279cc6f1586ac34c 0.21 MB 408 26
330,382 330,382 000000000000000018ba39f22418384b5f52b6f0f972acb6bff895247bde3020 0.02 MB 62 27
330,381 330,381 00000000000000001af581f661d50c681c1a63cd830310bad024910e847498a7 0.17 MB 253 23
330,380 330,380 000000000000000012f4b9aa34e0e3d61b571a677bd2e780b4c6ed5ecfdace5d 0.33 MB 561 23
330,379 330,379 00000000000000000b8553225ea3a00e378bf2c70f42397c46d659706d274c84 0.06 MB 77 14
330,378 330,378 00000000000000000876139a9bdea7b3d876c03b3945480d2a715f309b26733d 0.46 MB 680 21
330,377 330,377 0000000000000000117b940cbe0807058f67897135e33195abd2ec414e3465d6 0.75 MB 1,260 29
330,376 330,376 000000000000000005ba584c9408321e05604f8c3a74f7d9d3c7a8709cabe6ac 0.25 MB 505 32
330,375 330,375 0000000000000000050ff8b363752dc5eb794f033df7eb9e232be5651a20763e 0.27 MB 389 29
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.