Memory Pool Memory Pool Refreshing

435 transactions (0.16 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,994 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 413 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,993 (853,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,727 55,727 000000000a5e922ce43e8498f7afcc0307adda821fbd2d3db86d63044dc14e39 0.00 MB 1 0
55,726 55,726 000000001030109d8d6747c02368ebff35ae31401edc7a59d94a1171762418ad 0.00 MB 1 0
55,725 55,725 000000001015fc9654504230f5bed659a233ab1606613090ed896dda5862621a 0.00 MB 1 0
55,724 55,724 0000000001bdd4dbfadb4f372f4c650e82b833bab5aa895f48ffb9ee4b918672 0.00 MB 2 0
55,723 55,723 0000000004476c19896909d6d6baba3d0f3652e504d8bede9d4bfbb9a95ed862 0.00 MB 1 0
55,722 55,722 000000000e3cbe5a9b85e13df6e77c559581a5d6e78f5597e9e2151f842b7420 0.00 MB 1 0
55,721 55,721 0000000012abe9c985a07af08a83724c4a1b20c307a31ad1dfeab2d73894352e 0.00 MB 1 0
55,720 55,720 00000000093d7e33b13f3cf0fc77f534860d1828f62482cc2171bac62422a76d 0.00 MB 1 0
55,719 55,719 000000000ca05616b1df9e9ee07fb43be9bb5e4c8f072ba9204b859e2dc53890 0.00 MB 1 0
55,718 55,718 00000000012f740446a70d1d6cec7f4741e6e61130560c6c287dde699d64c21f 0.00 MB 1 0
55,717 55,717 000000000d9f65a4bd8e0d96cdb2169ce76693a151c553e147f441a336127155 0.00 MB 1 0
55,716 55,716 000000000f71a3d04ef246ef6ac16afc21e86c70c826463017c67345b0906d62 0.00 MB 1 0
55,715 55,715 000000000f86d0c922b8cb7a9f0c1f1bf57c402a6d338579b1ed4c584a3872e0 0.00 MB 1 0
55,714 55,714 000000000e78266bf72e32c216c7740b49f6345ddded5e733f97a7d727ca0310 0.00 MB 1 0
55,713 55,713 0000000010c96e9765928a614bccd27d0485690fafa796ef1d7144b163eda15d 0.00 MB 1 0
55,712 55,712 0000000004be599cc80adfcdefaf41b6c44348a11a504e41516864cd6805c8bc 0.00 MB 1 0
55,711 55,711 000000000113f6752bbfe1502eb9de91f543042e92ad17b92649e6af167d0cbd 0.00 MB 3 0
55,710 55,710 000000000bece902f46a2380139184734dd22c16a8846337b317c98d87f37693 0.00 MB 1 0
55,709 55,709 0000000000f3695f808ce93c25932bb2b579658c9bc8da2181e583d0720e096e 0.00 MB 2 0
55,708 55,708 0000000009f9ebf0e77ba6d02e780b38273aaa3249d7dca36de9bbc2226b3942 0.00 MB 2 0
55,707 55,707 0000000005c41dfc96d791e5f375721e61d52c0d4c34600e40791ed84bd3a71f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.41 GB sent, 105.09 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.