Memory Pool Memory Pool Refreshing

6,703 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (104,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,133 803,133 00000000000000000003ffe3a5eb4a69e8dad44c41052ffe6dd8e4f39c2dea37 1.54 MB 3,281 17
803,132 803,132 000000000000000000052291ffed749de8bc58f6f49af831db3d5db8dc6a705d 1.41 MB 2,335 10
803,131 803,131 0000000000000000000026737f74bb139ed0d0244bb18409108f0d16d295e8e9 1.60 MB 2,610 15
803,130 803,130 000000000000000000017b744e5f31fe61857b298836cbb7fcb21b58022dc3f7 1.59 MB 2,971 15
803,129 803,129 00000000000000000001f0c764f2166279e71c0a10d11ac7f6b5195dc7479e8b 1.65 MB 3,874 15
803,128 803,128 00000000000000000003a398dc85ce038874c9ee6e1e67d2c2a9180fbd958311 1.52 MB 3,104 21
803,127 803,127 000000000000000000009b48d56f132ee661d8598d1f5abfdcf723eed6757bb9 1.36 MB 1,342 9
803,126 803,126 00000000000000000004404bba5c8ecbb43cdca6b619194c3268473227185d43 1.66 MB 3,810 12
803,125 803,125 0000000000000000000339a54dc5927bfa3de59a7cba3d1bc346e41c2f81dcd9 1.53 MB 3,010 26
803,124 803,124 000000000000000000007c38ea414269df30a67ecc5f05f9551fd9d5dbc69d08 1.79 MB 4,658 8
803,123 803,123 00000000000000000001f6a75f1571894fc033b1e90d53cbb8594a3f362f22c3 1.70 MB 3,629 11
803,122 803,122 00000000000000000003989d58eb74188210c85fd18e048862e8f516a78d2306 1.74 MB 3,649 7
803,121 803,121 00000000000000000004ef8a618700f6e145fe9d09efdd5a7d5ba62792bb54ed 1.44 MB 2,039 8
803,120 803,120 0000000000000000000380806e66748f10d147cf267c09601816919a74994fbd 1.65 MB 3,296 9
803,119 803,119 00000000000000000004c40597ccac7524d139019a48418eb9e34a741e049cdf 1.38 MB 2,961 30
803,118 803,118 00000000000000000001bfa2ca317bdbabdd60f48dbdbf48af38d3ce520f4e84 1.54 MB 3,323 21
803,117 803,117 0000000000000000000215abe319945b05319cd677345eb374d502fcca8ce56d 1.73 MB 4,164 7
803,116 803,116 000000000000000000050891cf825fe825ab9db070615eec9077fab59dce37eb 1.84 MB 4,432 8
803,115 803,115 00000000000000000000e097a4845ee0408db10aef98dd1322b80885021b7c69 1.63 MB 2,360 10
803,114 803,114 00000000000000000003ce49a178e621d35f42d9b68ff2b49ed6c6e8e1d98ebc 1.52 MB 1,949 12
803,113 803,113 000000000000000000022c628f9a481aa9de9c4fa628141f6899560f2eeb8194 1.71 MB 3,756 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.