Memory Pool Memory Pool Refreshing

996 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 968 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (71,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,278 836,278 000000000000000000032f775c734c5b6103b83cc8ac076a0519c72723458e4f 2.75 MB 1,308 31
836,277 836,277 000000000000000000009d69f2388cbe4f7215d01143722957fa63602d54890c 2.31 MB 2,468 29
836,276 836,276 00000000000000000002193a3455c401783bf5ff72772a344d368a1f6a69a6f3 2.80 MB 1,752 33
836,275 836,275 00000000000000000002b059396b31cc7cea4fd64e43972a4451e9f5809a1b1c 1.85 MB 3,004 38
836,274 836,274 000000000000000000002b3978806591c72095196a2a6f29338962e84e37f8a0 2.16 MB 2,614 35
836,273 836,273 000000000000000000003eb15e9bd621389a1de1d796b113d5462799f8cc186b 1.57 MB 3,363 41
836,272 836,272 00000000000000000001ff5d16cde793de8881082d188d865faff89f45c79e1a 2.00 MB 2,578 35
836,271 836,271 00000000000000000001b8b986e016794217d9a2d1edcff627c3aa623def0976 2.66 MB 1,916 35
836,270 836,270 0000000000000000000106baf5f68aca79d44bed89ed961fce6d8332402b02d3 2.12 MB 2,641 38
836,269 836,269 0000000000000000000065ae0b9d775ac4244f89bad4b45d06100e7c0b7cab54 2.14 MB 2,390 36
836,268 836,268 0000000000000000000204d3d1a41ab68a707f3b7c31eeaa4843a94e287b495e 2.17 MB 2,972 36
836,267 836,267 00000000000000000000c7041c3f209dfb031e9e59d01f1275cae0b7819db230 1.98 MB 2,384 39
836,266 836,266 0000000000000000000159a1026b08330e10c1c620783cd5ca50376e0b16f55b 2.03 MB 2,558 41
836,265 836,265 00000000000000000000734e33d71f0195fcdc20b0a0e1f544aeee9bcfbb7a82 1.60 MB 2,944 52
836,264 836,264 000000000000000000017b65ef400de50e8059c90c98f9056e579bf8c1dd267d 2.61 MB 1,856 33
836,263 836,263 0000000000000000000289f0544a6281936dd44f36dcb29a8d4acb2fc00e85aa 1.77 MB 3,081 41
836,262 836,262 0000000000000000000129e8489a4131bf8f72a72c116ff6baac4ebf444d6a9c 1.61 MB 3,091 49
836,261 836,261 0000000000000000000071efa5eb2119e1626916b93ac9486c611184e3f8a302 2.10 MB 2,564 31
836,260 836,260 00000000000000000002a35b3d8fc9e7499893aeb4ad182221981423ddfe710b 3.22 MB 1,097 33
836,259 836,259 00000000000000000002a2b16f66159acfb057f3e6631677bc882f668f508966 2.20 MB 2,872 23
836,258 836,258 00000000000000000001f29a3c6e1152b77703ac0b16cd7bd3fc1dfb38e28227 2.10 MB 2,587 28
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.