Memory Pool Memory Pool Refreshing

4,736 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,797 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (7,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,153 900,153 00000000000000000000f2decaf23e5369f76e424974a390a8ea4dee16e587f2 0.04 MB 81 2
900,152 900,152 0000000000000000000196e978a0f655f98f96f0c59ed167cd9c785d634b0060 1.72 MB 1,290 1
900,151 900,151 000000000000000000002b06a1538ecab012c25c21ba3952c9dad5428aefca70 1.41 MB 1,266 2
900,150 900,150 000000000000000000008067e50de0409f132d4c17af8df4bf40aa9bc1f91133 1.54 MB 3,889 4
900,149 900,149 000000000000000000010c4951495b7bd696881c734f3cfacd3dea5998ce55d5 1.44 MB 5,670 10
900,148 900,148 000000000000000000015efe890133f27c4c74b614ad0e937798066ba3be2412 0.98 MB 1,592 2
900,147 900,147 000000000000000000016c5bafec89203726b3b2b324316394bf2f2e493b39e5 1.29 MB 1,378 1
900,146 900,146 00000000000000000001c005ced88e43cb78e4bc8706a1d99e565be6f9535bab 1.50 MB 2,208 3
900,145 900,145 000000000000000000008d95805f0aab8d7ad3ef6e830d2ee3de9f147e8c612a 1.08 MB 1,568 3
900,144 900,144 00000000000000000002287ca304c40d3058ac299b0b5281d61cd3b6b50fd1d1 0.55 MB 533 2
900,143 900,143 000000000000000000003b400b981ccac5a44371c7ead7d467c94d799cfd5da0 0.07 MB 153 2
900,142 900,142 00000000000000000001f1fa17ea0773f3457c25ae3f91a22fa2db1844c92412 1.00 MB 1,529 1
900,141 900,141 00000000000000000001a4f74ee7f47a7baf25e1a0b6a4609306eacea5cfee82 1.42 MB 2,201 2
900,140 900,140 00000000000000000001ddf4b5ff4d31cba4d793f83d6366f64b428bbe3fc495 1.59 MB 2,528 3
900,139 900,139 00000000000000000001d1529f97811a6d889fe560ee02de4d238eeae131cfb7 0.42 MB 705 2
900,138 900,138 00000000000000000000319a66229c6cf356fad023759ad33002de20b63aaa6c 0.05 MB 88 4
900,137 900,137 000000000000000000003b65f44d9e8d2987f2af9d48cbb2fd491178225ffe20 1.40 MB 1,841 1
900,136 900,136 0000000000000000000046cf4c0895fd9b5df4bdb62f713730b005ca97d66f7b 1.44 MB 2,138 3
900,135 900,135 00000000000000000000a50c0a4f12bf15cf3f411575ccc55a3bf2021379e22a 1.36 MB 1,319 2
900,134 900,134 00000000000000000000cc4823d76bb67f14a801ab337d34aaa7c54b0568b3d1 1.34 MB 2,686 2
900,133 900,133 00000000000000000000956e286ae9d1ed04f855c2e59cc30c7abdd5eec4692b 1.80 MB 2,875 2
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.57 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.