Memory Pool Memory Pool Refreshing

3,724 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (22,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,743 885,743 000000000000000000006690ce9650b70b530cdf09ccacca28677d45d44a9967 1.69 MB 1,729 4
885,742 885,742 00000000000000000001853574bd4e070cde55e8a2d48303ab327dd078a00776 1.66 MB 3,192 7
885,741 885,741 000000000000000000011c70a9d6df5c2565836a4c71c878842f9e2522e91951 1.63 MB 3,847 7
885,740 885,740 000000000000000000013ce519f2d9f8d5c2217185af156cea1b116c551e777e 1.80 MB 3,196 4
885,739 885,739 000000000000000000009eb2981f53866cc5d7ef60ec704c9b5e0acdcff0a610 1.56 MB 3,663 6
885,738 885,738 00000000000000000000266399dd26456d428a2d43cc94667da0133999d3af18 1.67 MB 2,551 4
885,737 885,737 000000000000000000022c2e763a0e4d7ad6f50a39bed84a5e81043782b1c6f6 1.58 MB 3,357 5
885,736 885,736 000000000000000000027636f88a56c31ec3acb0953e72518a631a954659061b 1.67 MB 3,055 5
885,735 885,735 000000000000000000015dd44b69a4d8704d20f6cbef184cec774d6e2f700de3 1.76 MB 2,559 3
885,734 885,734 000000000000000000006bde3afb11c5e0a459641dfb1c5be5872e429ec44ac2 1.52 MB 3,144 4
885,733 885,733 0000000000000000000136313c5b768ff3baabb23b01d72abc9ec2369219733f 1.60 MB 3,282 5
885,732 885,732 00000000000000000001c02f7f3663402649debb9474ef62c469bfbc2a396f8b 1.63 MB 3,122 5
885,731 885,731 0000000000000000000228e68e9642e6cebce1b59d3114f68edfcc33bfa1f7c3 1.68 MB 3,104 6
885,730 885,730 0000000000000000000284a45d0351ae6d7192ce0df3a88f92e92be23825988d 1.53 MB 3,208 10
885,729 885,729 00000000000000000001d89d971552832105a070c9e504834b02478f10bfe072 1.77 MB 2,186 4
885,728 885,728 000000000000000000009e2d5d77ec4611c55f78eb3c3e398810d369b31e0354 1.70 MB 3,031 5
885,727 885,727 00000000000000000001690dd6f32eee122db8211e066e63f37fe79d146fb738 1.79 MB 2,665 3
885,726 885,726 000000000000000000002ac992f207e3a3b783d4972cd3fa565b4779408d84ad 1.57 MB 3,474 7
885,725 885,725 0000000000000000000086e366723d6a204d60753eda5cce7305b0a1590930fa 1.85 MB 1,114 2
885,724 885,724 000000000000000000004931050f2382c15e56bf18ea4a99103f8a53a1113ace 2.05 MB 552 1
885,723 885,723 000000000000000000023c1ce1ecbcb1ea6ad8bc29a063f837b0685ddc15903f 1.95 MB 1,508 2
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.