Memory Pool Memory Pool Refreshing

4,582 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,455 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (868,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,228 40,228 000000000c1e9916a335ea4d1f9d7bff4cbb97749456a4c79651e62521864629 0.00 MB 1 0
40,227 40,227 0000000023a54e3a2cc228541bb403f3936f560718b8f1761f7332f4f0d9f414 0.00 MB 1 0
40,226 40,226 0000000011b3b3730a89bfb57d216d3f6485c884cce70c4cd3a43a9bf7988c06 0.00 MB 1 0
40,225 40,225 0000000089d0c16c8525f11250a799bef60ac4993ab0acae2ea157abf2c20ec2 0.00 MB 1 0
40,224 40,224 000000008193625fcd893b9464dc9f3a4ebf5c57ddecb27f6d7a80a556029810 0.00 MB 1 0
40,223 40,223 000000002dfbd84760843ee34d6959e719e616721adb7650fc6210480a4406f9 0.00 MB 1 0
40,222 40,222 000000003c2a71bacbee811c2d1065b33f51d927562ede965fa243f13edbc372 0.00 MB 1 0
40,221 40,221 0000000010fed81ddb347a76f180ee6ee7086242c25dbc7ec8764856cb29f578 0.00 MB 1 0
40,220 40,220 0000000073a496dc4c0b3ec0387685e89b55b0052cce9d73e8149ba1825c1110 0.00 MB 1 0
40,219 40,219 000000003de7d71ee36650534fdc74cafed8d0d3aa31399681f2cb7a1597eea4 0.00 MB 1 0
40,218 40,218 00000000395fa7328ac6b775ce872d9eeb5e21cbfee404a4733fa5f54d38b803 0.00 MB 1 0
40,217 40,217 00000000682970230262c24382f3469f38e3b38ca5c26d4b5548a5504888d755 0.00 MB 2 0
40,216 40,216 000000002766519829b5de8ab4026eb1bc4b218c6cfb3e642f73d5d55b713599 0.00 MB 1 0
40,215 40,215 000000004bba5f0ddef2f95091ff3ead96301192e576ff0d0d1374bad14adb10 0.00 MB 1 0
40,214 40,214 000000007aa0f10fc7486b1dfff351f991d734b09fa8f6ebbd991c2255b06a9b 0.00 MB 1 0
40,213 40,213 000000004c38a0a91e6dd2d6a5526988afc0211376608dadbac0c9625e94768a 0.00 MB 1 0
40,212 40,212 00000000725bad5d898f2840253c16b81a56bc0f441cb2ae6b3cd5d30dad0323 0.00 MB 2 0
40,211 40,211 000000002eb69cb5b174c1a16fb1094cc80f350dbbc5c23d679fbfc0434b82f5 0.00 MB 1 0
40,210 40,210 000000002f45aba8a1529351a90ef83987d26da9cc6636166b8930f76b33b25b 0.00 MB 1 0
40,209 40,209 000000004ccb32768aeb68fa1e307de4bfb5868bd05ae0d928aef55d68e1d292 0.00 MB 1 0
40,208 40,208 000000007444f559c710c9a4d62138b53e4507a7caefaf1490feab0a593282dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.