Memory Pool Memory Pool Refreshing

4,451 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,974 (823,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,731 84,731 00000000001f88244053dee2f40f0d595ccf491f7b35d5ce87fa83c3d82fcfab 0.00 MB 1 0
84,730 84,730 00000000001da285233a3c9d2f47c2a586f49fa9a3e9a6c20d42a298bc0a3539 0.00 MB 1 0
84,729 84,729 00000000001808a8bcb75758cd4ae336808c5786ede9d8318f73e725c26f23ab 0.00 MB 6 0
84,728 84,728 000000000028a22053cd2a9a196ab8eb242802fbb2c06e4384d141b812050fa1 0.01 MB 4 0
84,727 84,727 00000000002defd4cf24b5a232fe09b73cd72515db8e90d182942e03bf7a6613 0.00 MB 3 0
84,726 84,726 00000000001f10135767787e0c0b305445c673e0299073fd49dcde44f0fc05f8 0.00 MB 1 0
84,725 84,725 000000000009b29f695afac01d54add7923f42e38561bd93854b1cfbeaa2e401 0.00 MB 1 0
84,724 84,724 00000000001b3b741163ec10b788a348b0420ccc6b938ad1f842f57362d08274 0.00 MB 1 0
84,723 84,723 00000000000e34a22581a117e27a5b2569bd778daa7ba76dab0aee0f7a9e069f 0.00 MB 4 0
84,722 84,722 000000000007e16e7f9b0eee2ce1ec2d5b605a6089a5b07455352184099cc039 0.00 MB 6 0
84,721 84,721 000000000016259fd179189135c652da53504154cae9f012777b2a0aeff20d8f 0.00 MB 3 0
84,720 84,720 00000000002d505a0a08d7fcd78ddcd23bcf3bd7ed45618a353676ae4b5b258c 0.00 MB 2 0
84,719 84,719 0000000000068d56a2543875093f2ca9b60002d8855784bdfa4256e877a6187a 0.00 MB 3 0
84,718 84,718 000000000018434fec87d903f10780b517dfaa3774d1fc1cbdd8eb231f087a8e 0.00 MB 2 0
84,717 84,717 000000000009ea2cdb1a05ec3b0d384072d5da46817bafe87a2efe2e25b34ac8 0.00 MB 1 0
84,716 84,716 00000000002eb867b7097357ab0f0f21000de1c4e1ed0b233b97da651de044a8 0.00 MB 3 0
84,715 84,715 00000000000154b7024d02642be21319bd088a18b669f9dca9ea86ab39a664c5 0.00 MB 1 0
84,714 84,714 000000000021718e0e181575594adf6f6c9c6dfe108d08bd2d6b1d0aa5f68993 0.00 MB 1 0
84,713 84,713 000000000017da2d6ff5bb8ab86a78858ae7a15b38d5eff7f64e7cdfb6b79705 0.00 MB 2 0
84,712 84,712 00000000000839179e894c7a5cf15dfbbe5b1f588fb006a676fac9b7d6e97a0c 0.00 MB 8 0
84,711 84,711 00000000002236a482c9eb9c224fa6ef9e6783fcb676fdcbbf4891b396c20627 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.50 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,646.72 GB sent, 95.43 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.