Memory Pool Memory Pool Refreshing

4,879 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,930 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (573,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,573 334,573 0000000000000000120c67aaa4501f95b41af903bd933541fb546086883e419b 0.16 MB 387 32
334,572 334,572 00000000000000000bf3b4c1504e91b9354b6c3e8e89790581b4373454136e95 0.24 MB 418 27
334,571 334,571 00000000000000000e9fc635fdd0636c1e91ffeee7256a8a48566f85af7ec07e 0.37 MB 607 24
334,570 334,570 00000000000000000c597ff9ea531d9e2e3b502d49f56115c1b04232a2e12a69 0.70 MB 663 14
334,569 334,569 00000000000000001a6a2030a53e07a8302e7f42148d25673a79aceaf4a27cec 0.75 MB 2,039 35
334,568 334,568 000000000000000008ed578a6f96d908bd3ae8b965569af7a123388bc78535f3 0.64 MB 516 12
334,567 334,567 000000000000000001ceddb7cffb67eae95c3a6368a96ce42414a3b59658822d 0.50 MB 510 20
334,566 334,566 0000000000000000136fb61165d4e50cd98f95e838fbab86b7b1b5894dcf33ed 0.75 MB 1,946 32
334,565 334,565 000000000000000013dc1a82310e14c13041a1ed253998139de8b933c01fc1bc 0.75 MB 708 17
334,564 334,564 00000000000000000de4bb400d0597f4376703f9e1ed31ac290d943a54a1d06e 0.75 MB 1,978 35
334,563 334,563 00000000000000000617a14b3b245f06c0e06d73532198ff908d5d5846354466 0.06 MB 104 16
334,562 334,562 0000000000000000112aa8ef0f55b3a528a7042a2a7779382701125ae713a793 0.53 MB 771 21
334,561 334,561 00000000000000000da2cfbdb396a0d4d99a0d94b98004c702060f5c2b34f8e8 0.03 MB 64 41
334,560 334,560 0000000000000000124c91b0b1a15ee667499f79313a849c212b21f2c30b4548 0.75 MB 1,059 22
334,559 334,559 00000000000000000e0c078667795abe21bfdebb913eba60cc7a625c732f0a89 0.29 MB 456 23
334,558 334,558 000000000000000009165470366134c434a74a53542ecf9ac8e55ad2e6b2655f 0.02 MB 39 11
334,557 334,557 00000000000000001254862e2af99aec230f9291612031f39991de97f8ff164b 0.21 MB 449 27
334,556 334,556 0000000000000000015ecf52a1237c87e0bf2242f699e270a098ba320ad0db99 0.00 MB 16 35
334,555 334,555 000000000000000001d8bb401dfa1e564ed5a092a01d22c2b1c87c42738e0b1e 0.65 MB 947 19
334,554 334,554 000000000000000003c14e140a37027131354b5bb60444d3806cc58b44c2b543 0.13 MB 512 51
334,553 334,553 000000000000000008a3b7780f566e2f8ddb1378f758cee28e6857bf4cf57c3b 0.30 MB 495 21
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.