Memory Pool Memory Pool Refreshing

8,719 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,471 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (267,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
640,625 640,625 00000000000000000007eca92997cafbbb9426ed3af147632abe0a8afc8d7ea6 1.24 MB 1,970 117
640,624 640,624 00000000000000000007722360cd54988563a1888702f117f5f3a04ccdc41f8d 1.22 MB 2,095 38
640,623 640,623 0000000000000000000b660a41ee4b3a35d35198f21d0b491ac0f9ae367129c7 1.29 MB 2,809 55
640,622 640,622 00000000000000000003f7f4326769b99825270030b7b304f14fbf0193e3d6d1 1.28 MB 2,883 88
640,621 640,621 000000000000000000094b805081e133558066aee47d2add899b628a5874c3c7 1.41 MB 1,862 51
640,620 640,620 0000000000000000000e8c7ef878b16d1fdda6bc59004811759767653b82c91f 1.32 MB 2,263 66
640,619 640,619 00000000000000000001e9ce881e3aa8c1fcec704ab9a859ee768b45b8f2f734 1.29 MB 2,377 59
640,618 640,618 0000000000000000000d0cfc59c0410132c19484eac4249995211336256db8ce 1.37 MB 2,377 68
640,617 640,617 00000000000000000001fb0edef920583c607fa01a1f941f1d68b4b4dc374b5a 1.24 MB 2,681 83
640,616 640,616 00000000000000000007e79caa74382ddcf634a82bb775aee63910b4c451d839 1.20 MB 2,955 87
640,615 640,615 00000000000000000001f0d18cbf75aa1f38e83b0dd8cc631fcb1139fd3d7a68 1.25 MB 2,815 85
640,614 640,614 00000000000000000004a83ec7b4ae264c98529fb2bbbfa7cf43e76fdc887f0a 1.20 MB 2,809 100
640,613 640,613 0000000000000000000137c3b5eba964e9c6ef6c494f77acf4833db35f64e57a 1.26 MB 2,554 88
640,612 640,612 0000000000000000000086f3dfaf08a49f4f1e1d0c1f7e37164a14258f72f26f 1.38 MB 2,938 128
640,611 640,611 00000000000000000002550763f642153f07907895c5a073cfa2278313174643 1.22 MB 2,883 97
640,610 640,610 00000000000000000002a2beabcf3b2f08d5a1c36c8fd066a9496d8e6d1bff7b 1.17 MB 2,997 96
640,609 640,609 0000000000000000000fc06ee8dde6ca17099d0cd93fb8f9549e6899e665fcbf 1.19 MB 2,944 101
640,608 640,608 0000000000000000000b9bdd37612c32b95a4ea47a6c7d57a103c57498fd2ab0 1.24 MB 3,013 120
640,607 640,607 0000000000000000000072620b6a8efbe2a8d096b92dc92517d51d201509f6fd 1.27 MB 2,370 123
640,606 640,606 0000000000000000000299f51c2678d07b5faa0e03b9166bdf176611492869b3 1.20 MB 2,132 95
640,605 640,605 000000000000000000070cabaf9365a5f76f0c07079a2ef3617217c537f771c5 1.33 MB 2,920 131
Previous 10 blocks ↓
Total Size: 769.03 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,625.18 GB sent, 93.02 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.