Memory Pool Memory Pool Refreshing

4,088 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (318,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
589,429 589,429 0000000000000000000944fd174a0b8b05b95c38c60225f27d013737c729cf74 1.30 MB 3,200 59
589,428 589,428 0000000000000000000210ab78feb679b3df7c9a3e30b98b1a39644e40943f45 0.28 MB 740 39
589,427 589,427 0000000000000000000d039c0fe2f193265a5930da309995e438c508167058f7 0.81 MB 2,343 23
589,426 589,426 00000000000000000005ccda210f06bfa2d2b92571c43ab3e3424069ccca7fd1 1.20 MB 3,025 43
589,425 589,425 00000000000000000018e39f3743254eb81889ef9b78163f6c9170f9040478ad 0.99 MB 2,751 11
589,424 589,424 00000000000000000003c05ba4a83ef6b658b322afa575bc2e8f94d83515196d 1.13 MB 3,162 30
589,423 589,423 00000000000000000012e71dbb7ce017db12251cf1f6bb77a9ede76fac1b42a0 1.27 MB 2,903 37
589,422 589,422 000000000000000000024ab7c47434ff0e3947cf875a06e3ec5d6a1f6b436b4a 1.24 MB 2,772 64
589,421 589,421 000000000000000000173f2753b0c48eaa7d588a19a48dcfb4373de031b590b5 1.33 MB 2,637 70
589,420 589,420 000000000000000000053934ecc084a527e3fb0526c0ff090a107b471682c3f7 1.20 MB 2,918 43
589,419 589,419 000000000000000000095c372f74babb348d428eb89f6d9e60d5d002614a73ed 1.10 MB 2,353 24
589,418 589,418 00000000000000000013781e1a033050cc179da8e8d623775b79a9cdfa3c3412 1.16 MB 2,818 29
589,417 589,417 0000000000000000000d2e0f621de922e29d68f64c740d37edbdd0c177a417e5 1.13 MB 2,848 24
589,416 589,416 000000000000000000088e750333f51dca1a094e863cc83860e9bf125845694a 1.31 MB 2,647 48
589,415 589,415 000000000000000000055c26856138213229670f87ea21210b3f643c932ada9f 1.25 MB 2,896 57
589,414 589,414 0000000000000000000b922d0e681491340c1dbb43b0a40af62dbd3594f4ffb8 1.27 MB 2,490 73
589,413 589,413 00000000000000000000caf741bfc85412fdd1b07bd7995d2e564a0cf25e0094 1.23 MB 2,489 72
589,412 589,412 00000000000000000012a7033948aacfde4b64155801ff113904f779404c4fb5 1.19 MB 2,053 70
589,411 589,411 00000000000000000007f16e2665e002480cd8791aa00f125a7f672c5a5750fc 0.58 MB 1,166 18
589,410 589,410 000000000000000000187791bb39f160c54689a1641c1fb5c6870746d1f99266 1.08 MB 2,495 11
589,409 589,409 0000000000000000000734ea62707905a1af935211e2a35f7d84fabc8b50552a 1.17 MB 3,415 44
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.