Memory Pool Memory Pool Refreshing

171 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (907,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270 270 00000000c88cd451d53ba12b50e85e2c1d0381458e22813012bbd571b86f7920 0.00 MB 1 0
269 269 00000000a167a34dd8823317ccda6036d0a243161464e3e67fc01a543ce62b7f 0.00 MB 1 0
268 268 00000000f4226696e8eec65149a5d7bedc22200e0b9526b1bf6ba7ee5e66d126 0.00 MB 1 0
267 267 0000000007e162784d52a035bfebf67d0b73813c09e2e23e6710fa237b301f0f 0.00 MB 1 0
266 266 0000000054de543828fb973ecf9302291426f1e99189b03c97f618f79eebf4b3 0.00 MB 1 0
265 265 000000001cd3ea335cdf6fbffe7fa954f761d16ff19893f04465916a3f5f5dc3 0.00 MB 1 0
264 264 00000000641f9b99064bda263144a08761757b566357f49e95f516b0b5a4b778 0.00 MB 1 0
263 263 00000000803cec62b96ccbb70affe0f05f351ada18d14a16960783aeafe0d8fc 0.00 MB 1 0
262 262 0000000062e646293e5f21e2ef1e2099b048cfb58a81081d4e4035a4e19e47a8 0.00 MB 1 0
261 261 00000000054aad44afc89e1f4e0ee9561568629273df16153e425a2eb9cbbcb9 0.00 MB 1 0
260 260 0000000032501f50fe47fd32d16bc632c04170255d407b7d15652c32d119397f 0.00 MB 1 0
259 259 00000000054c9ef1411c5a90efe18651625620737bd73e61e33ca5046907efd1 0.00 MB 1 0
258 258 000000001a748e1c97226c59b9ddf79a54e0857116808a1b5610a52aef4ed5b5 0.00 MB 1 0
257 257 00000000613da6433c0f6c61d8bcb17c39603dd4a8595142359905b18b84edcd 0.00 MB 1 0
256 256 0000000092b1d848c608c64f9f764623432855007593e596258bb40daffa8fe7 0.00 MB 1 0
255 255 00000000d0a75c861fabf9ff7b92022f60e4afeed9331fe5aa073d8e4706fe3c 0.00 MB 1 0
254 254 0000000065c3ca6a832e4dd696185c2e6bf1e982b275ce6fb86df555f71a379c 0.00 MB 1 0
253 253 00000000d1c33e314501b8e8ad742afe030dd2eb8ac41affa0149ccc702f440b 0.00 MB 1 0
252 252 00000000c8fd8e47245760fc2d164013cf60b6b73a5f3ed9ed21c5c1289e65aa 0.00 MB 1 0
251 251 00000000eddf09d9b36274faf45b4b4629a28266ff952a69d554c1ed0b988dff 0.00 MB 1 0
250 250 000000004e833644bc7fb021abd3da831c64ec82bae73042cfa63923d47d3303 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.