Memory Pool Memory Pool Refreshing

6,136 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (374,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
533,686 533,686 0000000000000000002dfb50364c5f67ecc2dc6b61c9fe8de0d2212c1ceda646 0.10 MB 245 27
533,685 533,685 0000000000000000000daddf89f7152713703053d47b24bf2abad62249754ac1 0.84 MB 1,947 17
533,684 533,684 0000000000000000002af1167b7d6cf27714be1976079538a5292daed86922c7 0.83 MB 1,793 19
533,683 533,683 0000000000000000000d4a9582e6477c32b3c1aa25b6d55d209c901df94edc4f 0.17 MB 421 15
533,682 533,682 00000000000000000034a58cdf1e7ed2cf9ec5cfeba1889f9274e52c1fa4f1b6 0.70 MB 1,632 17
533,681 533,681 00000000000000000017edd65247ab8fc70c8b9a4c378ab3cbcfd47e4fffef00 0.14 MB 369 17
533,680 533,680 00000000000000000002a0ef6121b8f3d8e5f7b1cc8b4eb9b1ea353a8de80e48 0.57 MB 937 15
533,679 533,679 0000000000000000002c901beb9339ed601186c9891a8716956595e2ee812fe1 0.91 MB 2,149 18
533,678 533,678 0000000000000000001f9bea2f78a28198eaab55c5df5c51144e93db7d149e91 1.02 MB 345 2
533,677 533,677 0000000000000000002802d5af0b09dda1fd2f96be9a4931ce47292244ab0f48 1.08 MB 1,385 19
533,676 533,676 0000000000000000000595937caab11952fac6977cfebc10d3762c3c6e841265 1.00 MB 141 1
533,675 533,675 0000000000000000003101b247ac8036374d299c148c47eda696014ee26eac31 1.03 MB 392 2
533,674 533,674 000000000000000000359d88774a6ea4a48d9710fd22841ca7e1ec416b2fbcdd 1.05 MB 650 4
533,673 533,673 00000000000000000035368281410fc662afed222540e12688e26e0ef61f6697 0.09 MB 117 65
533,672 533,672 0000000000000000001e1ec54b8186224fdccbfcdd52e5c404ec7da7f63f4780 1.01 MB 136 1
533,671 533,671 0000000000000000001da6863a758ff6bebe26dc534a7deea5e13a458afb35a0 1.09 MB 716 2
533,670 533,670 0000000000000000001a9c074d369d3614c48574a228240e36357ad750257841 0.21 MB 289 39
533,669 533,669 0000000000000000000efa78694d575f3f3a7b61295c5e9abcee182f5a25614c 1.02 MB 307 2
533,668 533,668 00000000000000000003f5d1f62bb4de36bab0d5ff81498e8384eaf6f5da8e3e 1.09 MB 961 5
533,667 533,667 000000000000000000056a9bcb87b437afe7bc42aa2c2078f6532071dcbaf40e 1.17 MB 3,069 22
533,666 533,666 0000000000000000001b65cc396bfdd8cff3a712f2f31b5ee7feb963314a5acd 1.06 MB 684 11
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.