Memory Pool Memory Pool Refreshing

3,124 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,543 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (609,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,648 298,648 0000000000000000287296f981b8e4d1ea7e0c1738a5200b7278f52e33cfe1c8 0.16 MB 238 31
298,647 298,647 0000000000000000684ef040e5a1d6db77354e08c37fb4b5ddd1c48733850099 0.50 MB 422 18
298,646 298,646 00000000000000003ee9a6a518000df4ecfceec55e2c140c5c1c918946ae2c15 0.35 MB 966 42
298,645 298,645 00000000000000008967213cab0dc391abaf1df8e31e131a8816386000adbb0c 0.35 MB 568 29
298,644 298,644 0000000000000000285a1062ffa19a40ea02a303d0f1ae1e926df812d8d65b28 0.35 MB 864 38
298,643 298,643 00000000000000003b9d65f8eee1d6c96e05a9dd98946e63a3401194c224bc5e 0.20 MB 355 29
298,642 298,642 000000000000000088563e0a1e9e178d9033c5749c674074a958fab725f2ea6f 0.02 MB 50 27
298,641 298,641 0000000000000000139fa064b2eb17dd4647e4161f4e31187113ecb1c8485530 0.18 MB 226 24
298,640 298,640 00000000000000005b319ac4a533ad2ba89edeeb79ee6a91aac784ef6fa6f3c9 0.35 MB 827 39
298,639 298,639 000000000000000077ab6e365024db8f554e7acf2bb954c4749ac087f53615e4 0.01 MB 16 29
298,638 298,638 00000000000000004de85e9960bf6abcb3d42fd7168fe74239563eea3fb4787b 0.23 MB 411 31
298,637 298,637 0000000000000000096844b456eec8f66736c6c69f184bf253921bb74fa0415a 0.03 MB 49 22
298,636 298,636 0000000000000000087e2f829a4b66bbf4cc9245dfeb34bae6c0282966b4cc51 0.33 MB 340 21
298,635 298,635 0000000000000000538afafebb68e3cf48a99e7fb3e7476d5d1f2a371f7cab1e 0.35 MB 690 30
298,634 298,634 000000000000000039cce230316d037cffe4b3f0f2d9f78bad8a245c5e508993 0.19 MB 512 55
298,633 298,633 00000000000000001703fe4a9cc3bfd73d6f72092f35cfa50bc61b6a8efdaff1 0.02 MB 40 21
298,632 298,632 00000000000000004e25ae9415414b956ae05043aeeadc5f14f73ab447adc876 0.32 MB 727 40
298,631 298,631 00000000000000006dce72af0bbd6c379b6446c9a8710d55b18d7e138c101e4b 0.24 MB 558 40
298,630 298,630 0000000000000000879e17f8ec1285764cfdcf17f196448467bfe5ef2eb84065 0.06 MB 75 23
298,629 298,629 0000000000000000513044461bf74a8355e9bb97a1c6c40497966361f899a0f8 0.10 MB 151 29
298,628 298,628 000000000000000068c0ff24a9a1b524174705ef638bef7d39a14c96bd6de86b 0.04 MB 60 33
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.69 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.