Memory Pool Memory Pool Refreshing

2,433 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,420 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (484,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,496 423,496 000000000000000001c4f7e47efa3fdc367c1ddadf56f4ca6e56fa17f94afebe 1.00 MB 2,687 71
423,495 423,495 000000000000000004f62cb4a25c420807526434909606ae842315c4b46de2ad 0.99 MB 2,613 68
423,494 423,494 000000000000000003527460e749ddd26031dee550e1f80d1347579f1b99fce5 0.60 MB 1,158 52
423,493 423,493 000000000000000003fa9b8be9bed540c42a2f8eaef1ced6a200da5178e29f3c 0.58 MB 1,162 48
423,492 423,492 000000000000000003ca809153aa0043b8eb6f5f60f6975f3eb6be4776ce4d2d 0.09 MB 70 32
423,491 423,491 000000000000000001cafa78cb02c56e858b61b0cc67f4c47d549ddda13fd1d6 0.84 MB 1,389 46
423,490 423,490 0000000000000000013b53619621de39eb3b5b9e951aa10afdb175cd46100401 1.00 MB 2,408 64
423,489 423,489 000000000000000001c4e6bde75db5baaab0474c28ee26f8d9e50a3cb831f5d9 1.00 MB 541 14
423,488 423,488 0000000000000000041064fb7baf9612677db0a51ac6e470883d63739366dd52 0.38 MB 797 54
423,487 423,487 000000000000000002cabd434d1c0cd1f4c0b7825ba121911cab538edb78aa2e 0.27 MB 665 59
423,486 423,486 00000000000000000232cc997fec7da56409e362148487630c3a8c9020930a97 0.15 MB 187 58
423,485 423,485 00000000000000000207cf0b853510ebbea4675a919f0708ed53c8219aaa2503 0.77 MB 1,760 54
423,484 423,484 000000000000000002f6d7a83688c9aa7abb4b51e9db29e188bff45bfde4c581 0.84 MB 1,629 279
423,483 423,483 00000000000000000230fe519057e5c1ddea7cecf3c45ae7ec390f63055dabcb 1.00 MB 2,442 73
423,482 423,482 000000000000000002611325e5e0363901ba9739e0cf92d10d7f7c9b180fd05f 0.27 MB 580 54
423,481 423,481 000000000000000002277776a1e0c21b4c06662e271bb57675f4a89893202a31 1.00 MB 660 18
423,480 423,480 00000000000000000142d0743e4408b0e11ad37afcf02a40a67248154e2dc276 0.36 MB 797 58
423,479 423,479 000000000000000001da6e208810665523d5caa0f2a5c24deac1ca4e62eaeb91 0.99 MB 399 11
423,478 423,478 0000000000000000017089a127496d844135cee563f54be2a7e3dfedcecb29d7 0.99 MB 1,556 50
423,477 423,477 00000000000000000403cc2876c100c323237a6c897e962d08ca2f90bbc6c967 0.75 MB 1,118 32
423,476 423,476 000000000000000000aae3c00df0a69a5980aa70ba2fa4d8eff10b8184542ad9 1.00 MB 2,332 63
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.