Memory Pool Memory Pool Refreshing

7,338 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (322,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,820 584,820 0000000000000000001dea7ae36014923736a26029fca5214c809275a5abe3bc 1.50 MB 2,924 69
584,819 584,819 0000000000000000001767272f1b57a5ab1e2a146d67e1489f7dc80c48a4853a 1.29 MB 2,537 96
584,818 584,818 0000000000000000001e78f858f267a489682b826d24bfe5ab83d2baeae158bf 1.38 MB 2,159 63
584,817 584,817 0000000000000000000912f4a713fdc7e0a9ed8c2048a71a0062cfe460b87bb8 1.34 MB 2,746 75
584,816 584,816 00000000000000000001b227a687b39c794064903cce92dc5c6d92a0166a5aaa 1.59 MB 1,809 91
584,815 584,815 00000000000000000019a9ffd838727f64c79cb7c5237ca119d4e128b2977002 1.37 MB 2,812 86
584,814 584,814 000000000000000000056a2eba85c6d7efe5e2ceb58000c6d3a9450301b0b07e 1.42 MB 2,973 83
584,813 584,813 0000000000000000000d33df4a5f4932ce0bf97852543068e13d6696239dee2b 1.29 MB 2,868 99
584,812 584,812 00000000000000000003d533feb6f5e7b9985cd86e221442f566927fd5a9bef2 1.30 MB 2,667 64
584,811 584,811 000000000000000000164f4befcf6a5346815178a9644b10a9e3d8564e98f22a 1.35 MB 2,736 89
584,810 584,810 0000000000000000000f8313df164f22f5836332bbf4e083753b7df83aa4f380 1.20 MB 2,710 60
584,809 584,809 0000000000000000000e00222d9722a0c4debaedec02242a146ce0ed719dc4f6 1.18 MB 2,650 57
584,808 584,808 0000000000000000001d1872bc06c2b98186a967e30e412cd450da601a8bfec2 1.22 MB 2,774 66
584,807 584,807 000000000000000000105370cbf2306971cc016d7ccfe104244a762a145e978a 1.13 MB 2,986 53
584,806 584,806 00000000000000000016e569e7d9e6a7dd0f61380bbd4e017e374bd610c3c25f 1.21 MB 2,828 67
584,805 584,805 00000000000000000011152801552f8e26029b635dcef8427a735d7556a4c294 1.36 MB 3,045 73
584,804 584,804 0000000000000000001d8bc87f994b389eed6619b85603903d41e9da6023a09d 1.34 MB 2,667 106
584,803 584,803 0000000000000000001da51b776210d31e15d91eac7d64cf917a458c1a46da4f 1.17 MB 2,702 60
584,802 584,802 000000000000000000036f762072726964af3199d3c1dd0c3301c1d68a9ecec8 1.15 MB 2,455 65
584,801 584,801 0000000000000000001b253b1fac766189e15d7f7078191002e5427ac7b8f9f1 1.27 MB 2,633 76
584,800 584,800 0000000000000000000e97c163c0d021bca631ab852dec77c413bb2ebddce8f1 1.19 MB 3,008 55
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.