Memory Pool Memory Pool Refreshing

5,181 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,701 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (650,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,950 256,950 0000000000000007fdee870f45ebd3f9d18d58205a34fc7a29d570c11cd48764 0.09 MB 257 47
256,949 256,949 0000000000000009b71d14c0be251800106a5662bf9c7a1963469862d8748ef1 0.25 MB 630 144
256,948 256,948 000000000000000d8484ccd358a11bd376e8644553cd04827fa02082b895f46a 0.05 MB 123 93
256,947 256,947 0000000000000016a8ea77a367e956504ac05785a070689b64b6bcac5161d03e 0.11 MB 212 81
256,946 256,946 00000000000000005fcea04edbb564b023f62a69c639b0ebc28b3639160bc03e 0.05 MB 63 22
256,945 256,945 0000000000000021bc464889a73c170549c2b4fc877a1de31f3e11ef8f94a13c 0.36 MB 613 119
256,944 256,944 000000000000002e981eef6a8801fa068d8e2bbdfb27c1f9d2f53b92b661173e 0.25 MB 586 188
256,943 256,943 000000000000002be17ac20f343f1304d78ff4123b56770f1ab82c4bdba9567d 0.00 MB 1 0
256,942 256,942 00000000000000299f9079631efdc1b2040b9ea44b248f3e3e5de45885a8f560 0.25 MB 623 99
256,941 256,941 0000000000000026eedb4c2873c69af9dc053f975f9edd25ca77a76d26ce0ec4 0.25 MB 734 154
256,940 256,940 0000000000000010ea6f3b29a6f547b36f8718a4b016b833c5cd339a03f21a9b 0.05 MB 143 128
256,939 256,939 000000000000000a3f792c7ef3676c7f7a5134a608edc123c6e50232b1c2e477 0.08 MB 163 103
256,938 256,938 000000000000001c673d301427f785f341175bbeec98fd6bf34e4ddcff77b7b9 0.01 MB 27 77
256,937 256,937 000000000000001ee20abbc39d733ffdbfe9ea4d4bae1805960f7baf80bef6ec 0.01 MB 17 88
256,936 256,936 000000000000000fe9aad26ed8a89685e5738ac613c3503d71212441cce1d7d7 0.22 MB 349 83
256,935 256,935 0000000000000023c1ea3635dd69799f1e25b4d7bde7ba4ce9c4ad7164d1e21c 0.16 MB 411 116
256,934 256,934 0000000000000008034f8f52c1ae12774e6b271c2784dcc7be890df46b123c0e 0.23 MB 366 78
256,933 256,933 000000000000002e3d69f404c2e681ad3eed81a36d49854f0d061f6d19ae06af 0.06 MB 77 92
256,932 256,932 00000000000000241a811b50d06970e3e2d8441c14da8f30f6731c0660b39bd2 0.00 MB 14 80
256,931 256,931 0000000000000006b3d68ec851cc4dc03f5e17a3cec8a2c24174994357219a1f 0.12 MB 301 111
256,930 256,930 000000000000000a1de1accd17340952416bfbfb5063922a79a61c931c660e6f 0.11 MB 267 143
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.