Memory Pool Memory Pool Refreshing

5,426 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (573,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,594 334,594 0000000000000000075f961b75bde05e37f0feb4a98ed959900d89af9178f711 0.28 MB 426 23
334,593 334,593 000000000000000007bd90cb10c50afd7877fe901b9f3e3197f41b6ea247d2f1 0.08 MB 77 8
334,592 334,592 000000000000000015a8d88216918c8de090268a5e7f53feef72cd111f7f27ff 0.34 MB 488 25
334,591 334,591 00000000000000000a2940884e0c3bc96510cad11912a527e9d15df42f0e1d67 0.75 MB 552 17
334,590 334,590 00000000000000000f2335a1a3318649bfca2808874565919e30896d40332b63 0.24 MB 146 16
334,589 334,589 000000000000000011144ad6f9c777102696900016abbb823d41fc4b2f63e3b0 1.00 MB 2,042 28
334,588 334,588 0000000000000000185330134eb24eb39fc568392f38ba8e16ef10a968346528 0.75 MB 813 24
334,587 334,587 00000000000000000fd4c1f9ae44ae9274e11ec180fe0177455101c3d168861f 0.17 MB 362 27
334,586 334,586 000000000000000005d5083c711102ce983ebf0adf822d403c38bfc50497760b 0.47 MB 850 17
334,585 334,585 000000000000000002e4960ba1234483dde195bf2031e3cdf36f300cbc9148c0 0.75 MB 731 18
334,584 334,584 00000000000000001a771fda0f902da00d84e196c53d13eef2fba09f6724896f 1.00 MB 881 17
334,583 334,583 00000000000000000b3e29a55d3256b0b03e2cb5be365d740c5530f2c15c0d10 0.75 MB 1,659 30
334,582 334,582 0000000000000000167076c869210f32fd0842a8d53ebb11966128b331c511d6 0.75 MB 1,264 24
334,581 334,581 00000000000000000b7f0e468761ae81b0d7588ce60d45382c81e6860914117a 0.75 MB 1,388 23
334,580 334,580 00000000000000000705a148c7ee043fe7f5b0fa810ef8dda5e4f8b333d6e7f0 0.50 MB 1,817 53
334,579 334,579 00000000000000001629f7d15a0262d72b25e2399bc4595cdc63aa13c78b4551 0.50 MB 1,321 34
334,578 334,578 00000000000000000fcde52ec7e449448be4f75313e7dadbd1bb71d3308e18bd 0.64 MB 877 21
334,577 334,577 0000000000000000053ad84c09371dc8d30a86b9feb31fe35ab47baa4ffe82d6 0.06 MB 152 29
334,576 334,576 000000000000000010facaa22d6839a36dab6effef2f5fbfc435704cc48561cc 0.15 MB 252 24
334,575 334,575 00000000000000000af43d7e3005ebff951d2f2ccd15557ca013b6860ed29bf7 0.17 MB 92 14
334,574 334,574 00000000000000000820fdf21151e3b9171701db590fe30db90c95fceba36755 0.21 MB 294 18
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.