Memory Pool Memory Pool Refreshing

2,784 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.77 vMB 2,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (463,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,159 444,159 0000000000000000033a3beca89572b9265f209046dd0d7c76bab7d21b4e1192 1.00 MB 2,991 85
444,158 444,158 000000000000000001217038fb924c5b8f14c7d26d42e1a3971d10445630e9a2 1.00 MB 3,102 78
444,157 444,157 000000000000000002ac3652c4f69035aa0e50fd418b1a18474c20520e6dfc4d 1.00 MB 3,088 79
444,156 444,156 000000000000000001757039d6f00b2ed24789235bd4977289f5a05b49319a05 1.00 MB 2,219 82
444,155 444,155 00000000000000000112965d46e7af5c3058cdc248ce12886a0c31b588750997 1.00 MB 2,697 71
444,154 444,154 000000000000000002c96a2d1288fa10f0aeaff1cf0a3d0fe0babc8708ea37d7 0.99 MB 2,822 78
444,153 444,153 000000000000000001ef2793fcab1d8f5490895f5c1d1520e4686e13c8617f2d 1.00 MB 1,116 98
444,152 444,152 0000000000000000004557e35ca4b890d86e5971fe4a29afddc703e81ff62aba 1.00 MB 1,512 98
444,151 444,151 0000000000000000029c7901be64ff168898ad2ec16110cfcc7282d33898322b 1.00 MB 2,357 135
444,150 444,150 0000000000000000017d591363f25f53944b9120455c36ed46b5e2dedfc78188 1.00 MB 2,300 69
444,149 444,149 0000000000000000027f4ffbacc39f9c832f6d21d7ef2f441792bf02b267b2bc 1.00 MB 2,798 80
444,148 444,148 0000000000000000016de40faa242807be536ebdb6847306651f6054d9df32f4 1.00 MB 2,410 99
444,147 444,147 0000000000000000002677d9a28dc6da75977da6025d3b5270685768424d4bf1 1.00 MB 2,743 81
444,146 444,146 00000000000000000293b657db9500e47ad0afb663a33dd684f531094a0f3e5d 1.00 MB 2,573 100
444,145 444,145 000000000000000000d4a7f18bda972704cdd7243802909e05e1c982d3cfda14 1.00 MB 2,414 88
444,144 444,144 0000000000000000029eeb31fa3a67f5136a74c1f56eb74024622cb469d6e332 1.00 MB 1,747 92
444,143 444,143 00000000000000000088b8228b341aed2ae1868cde689bd084ece03323b19fdc 1.00 MB 1,265 112
444,142 444,142 0000000000000000014d67d729810ec3d6fd6e318501467b8e9d3662efb3754d 1.00 MB 2,541 98
444,141 444,141 00000000000000000171d75cc4d1c37daf0a99a3495eac4d2021cd400612f4f6 1.00 MB 2,284 79
444,140 444,140 0000000000000000016366c998598e82754ca5302afb193b9ce133c4c17cbac6 1.00 MB 3,126 106
444,139 444,139 000000000000000000428fa02714a208a27ffcc2649266ce22ca7fb817f4eab9 1.00 MB 2,261 82
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.