Memory Pool Memory Pool Refreshing

1,302 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (174,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,592 733,592 0000000000000000000600d1afb297287e931e4d59e6d720674e813ce3626790 0.95 MB 1,439 3
733,591 733,591 000000000000000000047bc2796d81d3fb2265063a16835a9f01d76e2a5b085d 1.31 MB 2,115 6
733,590 733,590 00000000000000000006c93aa6f58ceeb20a73522bc26c2ae69e54f3043be28a 1.49 MB 2,622 16
733,589 733,589 00000000000000000004ccf02d284a38c16de88f8ef615efdb8841f7e1e90528 1.41 MB 1,294 6
733,588 733,588 000000000000000000000aade9f4c6a81f14bff42e6c8f22e318e55f08e05e5c 1.46 MB 2,088 13
733,587 733,587 00000000000000000005678bbbf2f9a0e6ad092832e97c112b2047b68022c65f 1.70 MB 1,308 5
733,586 733,586 00000000000000000003434e7529c0fb701708c08bcd55e9dd1489dfc4880b7f 0.46 MB 431 3
733,585 733,585 00000000000000000005a08cd27a770f6340c1022b31bfd4528f30ab33aa5ae4 1.25 MB 1,872 8
733,584 733,584 00000000000000000002b093e69a5efc115c60aa0d13d5672cfd030a1349d36f 0.82 MB 1,473 10
733,583 733,583 00000000000000000005be9e70501a82afd31c0de83f03eb8810bdea4de64677 1.42 MB 842 3
733,582 733,582 00000000000000000003746f7080f330cf069efa229b7dc914e6705da9b28a08 1.51 MB 2,688 9
733,581 733,581 000000000000000000007cfe35b67e568a63865485a6b762dd903bdbac2eb958 1.51 MB 2,760 10
733,580 733,580 0000000000000000000299b8c777a7e56c8ab3cc59abc0ae3a5cb3bcdff6909e 0.08 MB 224 11
733,579 733,579 00000000000000000003a44974e990b153fd2d123691e0372293dbcf79db0cfc 0.05 MB 95 8
733,578 733,578 000000000000000000055283add54db3e37657d665c2cacf2cdf84cdb064341e 0.55 MB 929 9
733,577 733,577 00000000000000000004bef8fed166221fe8feaafc2563325dfd63cff61d90fc 0.17 MB 188 9
733,576 733,576 00000000000000000001ab27a3b0b50862c901604bc955fee9fd3fef31e0f85a 1.19 MB 1,210 5
733,575 733,575 00000000000000000008dd79682bd4123a4166f80f1f0aafb2dd00374a7b186b 1.46 MB 1,439 3
733,574 733,574 00000000000000000005839170079ba8514add8a8d9b3db92cb04b7de0c2e29f 1.43 MB 2,056 8
733,573 733,573 000000000000000000036b44e84bdc6782d52b681e15bbf94f1a3753e598d33a 1.63 MB 2,241 12
733,572 733,572 00000000000000000003aba0d88adb636e5dbf9d1548ef098a085c896f0a98be 0.36 MB 701 9
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.22 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.