Memory Pool Memory Pool Refreshing

2,338 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (862,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,749 45,749 00000000020b8475902ded5171d10f1b706c1f1d2fbefbb4d0a38441590821b1 0.00 MB 1 0
45,748 45,748 000000001c4dda87c0746c4cb7608dcb5f61721c5c41a448f0dd8c0f8e4664e2 0.00 MB 1 0
45,747 45,747 0000000000fd0d5fb551859c4336f596db22ff2d61ce9fdf0d166c6c3e42b1a2 0.00 MB 1 0
45,746 45,746 000000001d0126fe08c1b3db5506728256e3997822c24898818527ed429c4a7c 0.00 MB 1 0
45,745 45,745 000000001d2fa5e8e5db92c912b9fec41f21b352d2a73e504ca4b498a7bbfddd 0.00 MB 1 0
45,744 45,744 000000002222bb7ac44ff7ba21e72390c4d10ae581c1b073fb7886728d8f4399 0.00 MB 1 0
45,743 45,743 000000001b1f4ba212b679439708b9258efdd74efc0416ea7e4b08d9f439c7f6 0.00 MB 1 0
45,742 45,742 0000000023c6cfaf4be5f67be0a5992ed7b6990f46094718b31d05ec796d163f 0.00 MB 1 0
45,741 45,741 0000000022c68d9bd260d6411500f7c697c8740a4971f97d8dd54e448b7a136e 0.00 MB 1 0
45,740 45,740 0000000033244f764639ca397eef6ab19348c9238f11ebc16242fcdb63814017 0.00 MB 1 0
45,739 45,739 0000000020e6bbf9bb337562b91c6a7c17e8b7557ca0f3dee886a7e61acda7f3 0.00 MB 1 0
45,738 45,738 0000000027b7f07c119fd8d0e98217ff3ed91b2d582704d5085ac10bf363259e 0.00 MB 1 0
45,737 45,737 0000000031f6559081a3d03638ec85c7e475a3e8ed65444eccabc717d607f7af 0.00 MB 1 0
45,736 45,736 000000002755a1c78230b0a95ed4093911d389c96e4a2bd2aba219d220a0d878 0.00 MB 1 0
45,735 45,735 000000000fe1fe0274bdd994aa7e86ef7049ffaa922fd7cf4b44a1f4da481760 0.00 MB 1 0
45,734 45,734 00000000177028819e8b63e9495b1c9ed660c1fa1d0c2b555d1ecf0816c0c0f8 0.00 MB 1 0
45,733 45,733 0000000027b379053d29e9d34999a805815780fdb4c92334b4f90334ed595b5e 0.00 MB 1 0
45,732 45,732 000000002620c7601a6b2a495dc0af1b082fef966d137bfd50926423837d58d1 0.00 MB 1 0
45,731 45,731 00000000327b75f996bd2f3ebe5bec8d8cf024932a55a0d76557ec9ba1200fb9 0.00 MB 1 0
45,730 45,730 0000000034990eed3c1fc3175af4fa7ae070ca0761e0571cba15c3becff3782d 0.00 MB 1 0
45,729 45,729 00000000135efbfa08b04dc8b5a1ed58af7a816130abcc7f44eb359b8d364d51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.