Memory Pool Memory Pool Refreshing

2,552 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,535 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (29,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,876 878,876 000000000000000000016240098f46f5cf88bf8d3f71fb90fe1d0cf8cfe35ccd 1.64 MB 3,541 4
878,875 878,875 000000000000000000012f0c5a6464903446bdfa53fe0661b070ee72eeee1885 2.09 MB 1,470 1
878,874 878,874 00000000000000000002892e989f62888bdfc76f52aeb6e0a87ac9b917847154 2.08 MB 2,010 1
878,873 878,873 00000000000000000000ab3d9259149f1a518e2f2db99511478f2a6c2eed4757 1.70 MB 2,541 4
878,872 878,872 00000000000000000000fe01a54d867c884c2a0cdf1f6dd464b54a0cb0bfc524 1.81 MB 2,572 1
878,871 878,871 000000000000000000021e08af8e58de3d401e816cc3d8a6340afa53fc74b13b 2.48 MB 346 1
878,870 878,870 000000000000000000000152424531165e3097374f1d7ccb2fed8150bd7f7886 2.61 MB 847 1
878,869 878,869 0000000000000000000032155c38c0738b41fbd4ad2ffb8698657f030d251714 2.19 MB 3,398 2
878,868 878,868 00000000000000000002055507035cd54087dfce5529ce5986f5d505f8337f4f 1.98 MB 1,710 1
878,867 878,867 00000000000000000000fc15892c58ff4af12ab3c9c6f5843d5206f1e9a0b06a 1.99 MB 3,535 2
878,866 878,866 0000000000000000000063f967b4fee6295fd961b2e0cd5ae4b196060da280ea 1.61 MB 2,653 3
878,865 878,865 000000000000000000003ff344fa129e79daaeb22804d8cfc0b44bd5bd4958be 1.62 MB 2,240 2
878,864 878,864 00000000000000000002120e105a9b5f4f702950a9c6407b1911767555b5c2dd 1.90 MB 2,320 3
878,863 878,863 0000000000000000000204dff834e51df741ba7c0fb74345b2b1257d8ce97ce5 1.88 MB 520 1
878,862 878,862 000000000000000000021fbf4000668a73ec38129b1152231de803e682084c40 1.58 MB 1,385 1
878,861 878,861 000000000000000000019c498e7b0ab4a323eb725484eaf37c0da8a06478d4af 1.77 MB 3,423 2
878,860 878,860 000000000000000000007b245bb210c2e02dc131faa0e9ba680c78473df319f2 1.93 MB 3,452 3
878,859 878,859 000000000000000000021ee8e1fdf900ec4813f6ef367c10d071231e9ae98092 1.63 MB 3,023 4
878,858 878,858 00000000000000000000e6f94ce579335e9f676d83a8c84a5ed4d3c05030df79 3.05 MB 1,541 1
878,857 878,857 00000000000000000000e328220e9001b6fd8efaa40d80170a80062cda70d3c6 1.95 MB 2,052 2
878,856 878,856 000000000000000000012f6add25d5452d03094147bc5145d7f7429ed8cba99e 2.72 MB 1,327 1
Previous 10 blocks ↓
Total Size: 769.46 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.18 GB sent, 95.25 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.