Memory Pool Memory Pool Refreshing

9,880 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (8,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,033 899,033 0000000000000000000071de8a51d48119b79a4106b19e0a31d4034522cfe1e8 1.51 MB 2,981 6
899,032 899,032 000000000000000000021ff4fc297b5770a0ad7de3532265860901745072c335 1.50 MB 2,889 3
899,031 899,031 00000000000000000000680c08a18617baf42ac4d2d95503b192b2f1e3f19823 0.29 MB 705 4
899,030 899,030 000000000000000000023f9f12ab6f360e498ac5496c8b044966e40da177f07c 0.63 MB 1,512 3
899,029 899,029 00000000000000000000dd1103a56cfc03b8d3629f9ec0a6f9d54fcbc84e1452 1.42 MB 2,787 1
899,028 899,028 000000000000000000021ef16b10a5ddca374182ffe03e893c6188d85768e49a 1.53 MB 3,110 4
899,027 899,027 00000000000000000000bdc2138549cb3bb2007cd5bd5d809e55e1194572a6e5 0.44 MB 645 1
899,026 899,026 0000000000000000000096613787df7c913653005c38efeaf62d7db4d28bdc26 1.46 MB 2,465 3
899,025 899,025 000000000000000000021f9a893955b86021fc2156f939293ad371ed4ea8ddd4 1.51 MB 2,518 2
899,024 899,024 00000000000000000000b6081b470d3deeebfbb3b07d38154f6ca312bc7de774 0.07 MB 180 3
899,023 899,023 00000000000000000001335fbb89e0382131364e35cceeb30d19c6b6943f66c7 0.92 MB 1,315 2
899,022 899,022 00000000000000000001ee41261d751d6c98deab77a3947d319bf27028a5d33a 0.69 MB 1,217 3
899,021 899,021 000000000000000000017584143c9998ea1f7d63d67e8594a0a9d63a2c83af67 0.64 MB 1,796 1
899,020 899,020 0000000000000000000161ed8faa19899435bfdf0a496e1de57766970b6a8032 1.37 MB 1,584 3
899,019 899,019 00000000000000000001c4f0afa40d15399b38bbedb9aa406d5a07182e728bf6 1.43 MB 3,523 2
899,018 899,018 00000000000000000000af050890e678dc075e39c0c543af0536fb9f493a990b 1.62 MB 2,695 1
899,017 899,017 00000000000000000000a86d2f71dd42035d95aa8a63ed6ddba091ff2b2f5db6 1.48 MB 3,284 4
899,016 899,016 00000000000000000001eb6ed37a772be9b69972faa58c027893ecb55c5e1e6d 1.32 MB 1,508 3
899,015 899,015 000000000000000000012ffa29455994d1b9888febf390dbb1201a1f5cab4d55 1.59 MB 2,970 4
899,014 899,014 0000000000000000000189c585277fb41307949a8516d85c7c924c3e4df2fffc 1.33 MB 2,654 2
899,013 899,013 0000000000000000000030c6ef9ee50a31295ee3cc2979ae2cf6d79f892494e3 0.05 MB 208 2
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.